mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
pythonPackages.more-itertools: 2.2 -> 2.4.1
This commit is contained in:
parent
007fa632c0
commit
550d1458d6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user