python3Packages.more-itertools: 8.6.0 -> 8.7.0
Add changelog.
This commit is contained in:
parent
f2a6ca89f3
commit
fb93908782
1 changed files with 3 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "more-itertools";
|
||||
version = "8.6.0";
|
||||
version = "8.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b3a9005928e5bed54076e6e549c792b306fddfe72b2d1d22dd63d42d5d3899cf";
|
||||
sha256 = "c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713";
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
homepage = "https://more-itertools.readthedocs.org";
|
||||
changelog = "https://more-itertools.readthedocs.io/en/stable/versions.html";
|
||||
description = "Expansion of the itertools module";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue