perlPackages.SubExporterUtil 0.984 -> 0.987
This commit is contained in:
parent
2db0c844bc
commit
15ccfaa0b8
1 changed files with 5 additions and 4 deletions
|
@ -10008,14 +10008,15 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
SubExporterUtil = buildPerlPackage {
|
SubExporterUtil = let version = "0.987"; in buildPerlPackage {
|
||||||
name = "Sub-Exporter-Util-0.984";
|
name = "Sub-Exporter-Util-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Sub-Exporter-0.984.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/Sub-Exporter-${version}.tar.gz";
|
||||||
sha256 = "190qly7nv7zf17c1v0gnqhyf25p6whhh2m132mh4xzs5mqadwq0f";
|
sha256 = "1ml3n1ck4ln9qjm2mcgkczj1jb5n1fkscz9c4x23v4db0glb4g2l";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DataOptList ParamsUtil SubInstall ];
|
propagatedBuildInputs = [ DataOptList ParamsUtil SubInstall ];
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
homepage = https://github.com/rjbs/sub-exporter;
|
homepage = https://github.com/rjbs/sub-exporter;
|
||||||
description = "A sophisticated exporter for custom-built routines";
|
description = "A sophisticated exporter for custom-built routines";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue