python3Packages.more-itertools: 8.6.0 -> 8.7.0

Add changelog.
This commit is contained in:
Drew Risinger 2021-03-10 18:09:07 -05:00 committed by Frederik Rietdijk
parent f2a6ca89f3
commit fb93908782

View file

@ -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;
};