perl-Sub-Name: 0.15 -> 0.19
This commit is contained in:
parent
167e8dcac1
commit
306083f7d2
@ -11662,14 +11662,15 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
SubName = buildPerlPackage rec {
|
||||
name = "Sub-Name-0.15";
|
||||
name = "Sub-Name-0.19";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "dabc9a4abcbe067d120ce005b4203b8a44291cbda013900152ba19a1e7c1c8c8";
|
||||
sha256 = "b06ba8252ce3b1bb88fa0ea0fe9ec8b572e5ed36c69f55e9e3d9db8a73efe22b";
|
||||
};
|
||||
buildInputs = [ self."if" ];
|
||||
meta = {
|
||||
homepage = https://github.com/p5sagit/Sub-Name;
|
||||
description = "(re)name a sub";
|
||||
description = "(Re)name a sub";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user