[cpan2nix] perlPackages.ListAllUtils: 0.14 -> 0.15

This commit is contained in:
volth 2018-12-28 14:19:28 +00:00
parent a63a76103c
commit 36393c0994

View file

@ -8416,10 +8416,10 @@ let
};
ListAllUtils = buildPerlPackage {
name = "List-AllUtils-0.14";
name = "List-AllUtils-0.15";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.14.tar.gz;
sha256 = "e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd";
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.15.tar.gz;
sha256 = "3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d";
};
propagatedBuildInputs = [ ListSomeUtils ListUtilsBy ];
meta = {