[cpan2nix] perlPackages.TimeDurationParse: 0.13 -> 0.14
This commit is contained in:
parent
bc95e3b851
commit
0fb11ab750
@ -16785,10 +16785,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TimeDurationParse = buildPerlPackage rec {
|
TimeDurationParse = buildPerlPackage rec {
|
||||||
name = "Time-Duration-Parse-0.13";
|
name = "Time-Duration-Parse-0.14";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
|
||||||
sha256 = "0affdzhsiy7dr6dzj2p6m9lynmjh53k31bprfsfa21pz8551hjj1";
|
sha256 = "17nh73r50mqqpgxdf3zpgdiqrizmjy0vdk0zd6xi9zcsdijrdhnc";
|
||||||
};
|
};
|
||||||
buildInputs = [ TimeDuration ];
|
buildInputs = [ TimeDuration ];
|
||||||
propagatedBuildInputs = [ ExporterLite ];
|
propagatedBuildInputs = [ ExporterLite ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user