perlPackages.PathTiny: update from 0.026 to 0.052
This commit is contained in:
parent
745dd43b05
commit
09c37dbe2e
|
@ -6602,10 +6602,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
PathTiny = buildPerlPackage {
|
PathTiny = buildPerlPackage {
|
||||||
name = "Path-Tiny-0.026";
|
name = "Path-Tiny-0.052";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.026.tar.gz;
|
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.052.tar.gz;
|
||||||
sha256 = "e79ee187bbf7fdef387886a8c929bd0a1171fb54db1984d79f4e04d90f733cc6";
|
sha256 = "1b70yhbdww9k5m4a4lhdd71jrxdxhi10533slmxynxa04nyn2f0a";
|
||||||
};
|
};
|
||||||
buildInputs = [ DevelHide Filepushd TestDeep TestFailWarnings TestFatal perl ];
|
buildInputs = [ DevelHide Filepushd TestDeep TestFailWarnings TestFatal perl ];
|
||||||
propagatedBuildInputs = [ autodie ];
|
propagatedBuildInputs = [ autodie ];
|
||||||
|
|
Loading…
Reference in New Issue