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