[cpan2nix] perlPackages.Appperlbrew: 0.85 -> 0.86

This commit is contained in:
volth 2019-03-05 03:59:23 +00:00
parent 05775159a0
commit b4ae1d7a3f

View file

@ -378,10 +378,10 @@ let
}; };
Appperlbrew = buildPerlModule rec { Appperlbrew = buildPerlModule rec {
name = "App-perlbrew-0.85"; name = "App-perlbrew-0.86";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/G/GU/GUGOD/${name}.tar.gz"; 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 ]; buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl locallib ]; propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl locallib ];