3
0
Fork 0
forked from mirrors/nixpkgs

perl-File-Util: 4.161200 -> 4.161950

This commit is contained in:
Robert Helgesson 2016-07-13 10:38:52 +02:00
parent e196d30c1f
commit fdef298dd7

View file

@ -5321,10 +5321,10 @@ let self = _self // overrides; _self = with self; {
};
FileUtil = buildPerlPackage rec {
name = "File-Util-4.161200";
name = "File-Util-4.161950";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";
sha256 = "c63be030c15303796d387b290f1f6b59451fb64827e39afeb0e1d0adad72ab8e";
sha256 = "88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee";
};
buildInputs = [ ModuleBuild TestNoWarnings ];
meta = {