perl-File-Util: 4.132140 -> 4.161200

This commit is contained in:
Robert Helgesson 2016-05-01 23:33:48 +02:00
parent 452867d149
commit 1612bb4123

View File

@ -5242,12 +5242,12 @@ let self = _self // overrides; _self = with self; {
};
FileUtil = buildPerlPackage rec {
name = "File-Util-4.132140";
name = "File-Util-4.161200";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";
sha256 = "4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1";
sha256 = "c63be030c15303796d387b290f1f6b59451fb64827e39afeb0e1d0adad72ab8e";
};
buildInputs = [ TestFatal TestNoWarnings ];
buildInputs = [ ModuleBuild TestNoWarnings ];
meta = {
homepage = https://github.com/tommybutler/file-util/wiki;
description = "Easy, versatile, portable file handling";