[cpan2nix] perlPackages.ListAllUtils: 0.09 -> 0.14
This commit is contained in:
parent
3fadc7cf63
commit
e0731a67f0
@ -8131,13 +8131,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ListAllUtils = buildPerlPackage {
|
ListAllUtils = buildPerlPackage {
|
||||||
name = "List-AllUtils-0.09";
|
name = "List-AllUtils-0.14";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz;
|
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.14.tar.gz;
|
||||||
sha256 = "4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2";
|
sha256 = "e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestWarnings ];
|
propagatedBuildInputs = [ ListSomeUtils ListUtilsBy ScalarListUtils ];
|
||||||
propagatedBuildInputs = [ ListMoreUtils ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Combines List::Util and List::MoreUtils in one bite-sized package";
|
description = "Combines List::Util and List::MoreUtils in one bite-sized package";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user