[cpan2nix] perlPackages.ListUtilsBy: 0.09 -> 0.11
This commit is contained in:
parent
64f72b0ac2
commit
1af2f9f623
@ -8027,11 +8027,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ListUtilsBy = buildPerlPackage rec {
|
ListUtilsBy = buildPerlModule rec {
|
||||||
name = "List-UtilsBy-0.09";
|
name = "List-UtilsBy-0.11";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/P/PE/PEVANS/List-UtilsBy-0.09.tar.gz;
|
url = mirror://cpan/authors/id/P/PE/PEVANS/List-UtilsBy-0.11.tar.gz;
|
||||||
sha256 = "1xcsgz8898h670zmwqd8azfn3a2y9nq7z8cva9dsyhzkk8ajmra1";
|
sha256 = "0nkpylkqccxanr8wc7j9wg6jdrizybjjd6p8q3jbh7f29cxz9pgs";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user