[cpan2nix] perlPackages.TimeDurationParse: 0.12 -> 0.13
This commit is contained in:
parent
35940091b3
commit
a82b6b0d72
|
@ -15524,10 +15524,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TimeDurationParse = buildPerlPackage rec {
|
TimeDurationParse = buildPerlPackage rec {
|
||||||
name = "Time-Duration-Parse-0.12";
|
name = "Time-Duration-Parse-0.13";
|
||||||
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 = "0yxfxw7fxs19nncpv54nqh21ak2cmvpz7ks8d9v4lz3mbq6q0q9s";
|
sha256 = "0affdzhsiy7dr6dzj2p6m9lynmjh53k31bprfsfa21pz8551hjj1";
|
||||||
};
|
};
|
||||||
buildInputs = [ TimeDuration ];
|
buildInputs = [ TimeDuration ];
|
||||||
propagatedBuildInputs = [ ExporterLite ];
|
propagatedBuildInputs = [ ExporterLite ];
|
||||||
|
|
Loading…
Reference in New Issue