mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
moreItertools package had typo
This commit is contained in:
parent
7dda2b30dd
commit
7ad16801b0
|
@ -13112,7 +13112,7 @@ let
|
|||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/erikrose/more-itertools/archive/2.2.tar.gz";
|
||||
ha256 = "4606417182e0a1289e23fb7f964a64ca9fdaafb7c1999034dc4fa0cc5850c478";
|
||||
sha256 = "4606417182e0a1289e23fb7f964a64ca9fdaafb7c1999034dc4fa0cc5850c478";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ nose ];
|
||||
|
|
Loading…
Reference in a new issue