mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[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 {
|
||||
name = "List-AllUtils-0.09";
|
||||
name = "List-AllUtils-0.14";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz;
|
||||
sha256 = "4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2";
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/List-AllUtils-0.14.tar.gz;
|
||||
sha256 = "e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd";
|
||||
};
|
||||
buildInputs = [ TestWarnings ];
|
||||
propagatedBuildInputs = [ ListMoreUtils ];
|
||||
propagatedBuildInputs = [ ListSomeUtils ListUtilsBy ScalarListUtils ];
|
||||
meta = {
|
||||
description = "Combines List::Util and List::MoreUtils in one bite-sized package";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user