perlPackages.PathTiny: update from 0.026 to 0.052

This commit is contained in:
Peter Simons 2014-04-07 13:57:17 +02:00
parent 745dd43b05
commit 09c37dbe2e

View file

@ -6602,10 +6602,10 @@ let self = _self // overrides; _self = with self; {
};
PathTiny = buildPerlPackage {
name = "Path-Tiny-0.026";
name = "Path-Tiny-0.052";
src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.026.tar.gz;
sha256 = "e79ee187bbf7fdef387886a8c929bd0a1171fb54db1984d79f4e04d90f733cc6";
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.052.tar.gz;
sha256 = "1b70yhbdww9k5m4a4lhdd71jrxdxhi10533slmxynxa04nyn2f0a";
};
buildInputs = [ DevelHide Filepushd TestDeep TestFailWarnings TestFatal perl ];
propagatedBuildInputs = [ autodie ];