1
0
Fork 1
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:
Marcell Vazquez-Chanlatte 2015-02-16 23:40:58 -06:00
parent 7dda2b30dd
commit 7ad16801b0

View file

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