perl-File-Util: 4.132140 -> 4.161200
This commit is contained in:
parent
452867d149
commit
1612bb4123
@ -5242,12 +5242,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
FileUtil = buildPerlPackage rec {
|
FileUtil = buildPerlPackage rec {
|
||||||
name = "File-Util-4.132140";
|
name = "File-Util-4.161200";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";
|
||||||
sha256 = "4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1";
|
sha256 = "c63be030c15303796d387b290f1f6b59451fb64827e39afeb0e1d0adad72ab8e";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestNoWarnings ];
|
buildInputs = [ ModuleBuild TestNoWarnings ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/tommybutler/file-util/wiki;
|
homepage = https://github.com/tommybutler/file-util/wiki;
|
||||||
description = "Easy, versatile, portable file handling";
|
description = "Easy, versatile, portable file handling";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user