[cpan2nix] perlPackages.ListAllUtils: 0.15 -> 0.16

This commit is contained in:
volth 2020-06-20 15:48:20 +00:00
parent 309a10e264
commit b90adca0b8

View File

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