1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.more-itertools: 2.2 -> 2.4.1

This commit is contained in:
Frederik Rietdijk 2016-12-18 00:48:07 +01:00
parent 007fa632c0
commit 550d1458d6

View file

@ -31037,14 +31037,15 @@ EOF
more-itertools = buildPythonPackage rec {
name = "more-itertools-${version}";
version = "2.2";
version = "2.4.1";
src = pkgs.fetchurl {
url = "mirror://pypi/m/more-itertools/${name}.tar.gz";
sha256 = "1q3wqsg44z01g7i5z6j1wc0nf5c5h8g77xny6fia2gddqw2jxrlk";
sha256 = "95a222d01df60c888d56d86f91219bfbd47106a534e89ca7f80fb555cfbe08c1";
};
propagatedBuildInputs = with self; [ nose ];
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ six ];
meta = {
homepage = https://more-itertools.readthedocs.org;