[cpan2nix] perlPackages.FileCopyRecursive: 0.40 -> 0.44
This commit is contained in:
parent
4abecf109e
commit
7098494165
1 changed files with 3 additions and 4 deletions
|
@ -5865,13 +5865,12 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
FileCopyRecursive = buildPerlPackage rec {
|
FileCopyRecursive = buildPerlPackage rec {
|
||||||
name = "File-Copy-Recursive-0.40";
|
name = "File-Copy-Recursive-0.44";
|
||||||
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 = "18amrqvdjlb4hc7mblbwb63q96ql1rnlb5saknsvrxqfjcxr5f78";
|
sha256 = "1r3frbl61kr7ig9bzd60fka772cd504v3kx9kgnwvcy1inss06df";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ PathTiny ];
|
buildInputs = [ PathTiny TestDeep TestFatal TestFile TestWarnings ];
|
||||||
buildInputs = [ TestDeep TestException TestFile TestWarn ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
FileDesktopEntry = buildPerlPackage rec {
|
FileDesktopEntry = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue