mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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 {
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue