[cpan2nix] perlPackages.ListSomeUtils: 0.56 -> 0.58

This commit is contained in:
volth 2019-11-23 12:43:38 +00:00
parent 1028e56884
commit c31d169cc4

View File

@ -10028,10 +10028,10 @@ let
ListSomeUtils = buildPerlPackage { ListSomeUtils = buildPerlPackage {
pname = "List-SomeUtils"; pname = "List-SomeUtils";
version = "0.56"; version = "0.58";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-SomeUtils-0.56.tar.gz; url = mirror://cpan/authors/id/D/DR/DROLSKY/List-SomeUtils-0.58.tar.gz;
sha256 = "eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7"; sha256 = "96eafb359339d22bf2a2de421298847a3c40f6a28b6d44005d0965da86a5469d";
}; };
buildInputs = [ TestLeakTrace ]; buildInputs = [ TestLeakTrace ];
propagatedBuildInputs = [ ModuleImplementation ]; propagatedBuildInputs = [ ModuleImplementation ];