[cpan2nix] perlPackages.Appperlbrew: 0.85 -> 0.86
This commit is contained in:
parent
05775159a0
commit
b4ae1d7a3f
1 changed files with 2 additions and 2 deletions
|
@ -378,10 +378,10 @@ let
|
|||
};
|
||||
|
||||
Appperlbrew = buildPerlModule rec {
|
||||
name = "App-perlbrew-0.85";
|
||||
name = "App-perlbrew-0.86";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/G/GU/GUGOD/${name}.tar.gz";
|
||||
sha256 = "0i3d2csihn5x27lfykwgjpq60ij21s19fzbjsacqq93x46qyim9y";
|
||||
sha256 = "11qh94am7fghizmjaf5c7w868svjbv9g4ffirykj8qa6q40zdspp";
|
||||
};
|
||||
buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
|
||||
propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl locallib ];
|
||||
|
|
Loading…
Reference in a new issue