[cpan2nix] perlPackages.FileCopyRecursive: 0.38 -> 0.40

This commit is contained in:
volth 2018-04-07 07:56:00 +00:00
parent c0cfead76c
commit 4d1752a494
1 changed files with 4 additions and 2 deletions

View File

@ -5518,11 +5518,13 @@ let self = _self // overrides; _self = with self; {
}; };
FileCopyRecursive = buildPerlPackage rec { FileCopyRecursive = buildPerlPackage rec {
name = "File-Copy-Recursive-0.38"; name = "File-Copy-Recursive-0.40";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/D/DM/DMUEY/${name}.tar.gz"; url = "mirror://cpan/authors/id/D/DM/DMUEY/${name}.tar.gz";
sha256 = "1syyyvylr51iicialdmv0dw06q49xzv8zrkb5cn8ma4l73gvvk44"; sha256 = "18amrqvdjlb4hc7mblbwb63q96ql1rnlb5saknsvrxqfjcxr5f78";
}; };
propagatedBuildInputs = [ PathTiny ];
buildInputs = [ TestDeep TestException TestFile TestWarn ];
}; };
FileDesktopEntry = buildPerlPackage rec { FileDesktopEntry = buildPerlPackage rec {