[cpan2nix] perlPackages.TimeDurationParse: 0.12 -> 0.13

This commit is contained in:
volth 2018-04-07 07:55:06 +00:00
parent 35940091b3
commit a82b6b0d72
1 changed files with 2 additions and 2 deletions

View File

@ -15524,10 +15524,10 @@ let self = _self // overrides; _self = with self; {
};
TimeDurationParse = buildPerlPackage rec {
name = "Time-Duration-Parse-0.12";
name = "Time-Duration-Parse-0.13";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
sha256 = "0yxfxw7fxs19nncpv54nqh21ak2cmvpz7ks8d9v4lz3mbq6q0q9s";
sha256 = "0affdzhsiy7dr6dzj2p6m9lynmjh53k31bprfsfa21pz8551hjj1";
};
buildInputs = [ TimeDuration ];
propagatedBuildInputs = [ ExporterLite ];