[cpan2nix] perlPackages.TimeDurationParse: 0.13 -> 0.14

This commit is contained in:
volth 2018-07-08 06:29:30 +00:00
parent bc95e3b851
commit 0fb11ab750

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