[cpan2nix] perlPackages.PathTiny: 0.104 -> 0.106

This commit is contained in:
volth 2018-07-25 22:26:06 +00:00
parent 6493e21920
commit 0d5c3e9fc1

View file

@ -11874,10 +11874,10 @@ let self = _self // overrides; _self = with self; {
};
PathTiny = buildPerlPackage {
name = "Path-Tiny-0.104";
name = "Path-Tiny-0.106";
src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.104.tar.gz;
sha256 = "c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef";
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.106.tar.gz;
sha256 = "308e39087b626013569a15783b896d61916fd1e67d06017f40cff567af36464d";
};
meta = {
description = "File path utility";