[cpan2nix] perlPackages.Appperlbrew: 0.84 -> 0.85

This commit is contained in:
volth 2018-12-28 14:20:42 +00:00
parent 8ce42743e4
commit 8f75d40f49

View file

@ -386,12 +386,12 @@ let
};
Appperlbrew = buildPerlModule rec {
name = "App-perlbrew-0.84";
name = "App-perlbrew-0.85";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GU/GUGOD/${name}.tar.gz";
sha256 = "0j21pcd82q9raz2hnh1qmsk7hsfzz9pzadvql6skdmhwshs9a5la";
sha256 = "0i3d2csihn5x27lfykwgjpq60ij21s19fzbjsacqq93x46qyim9y";
};
buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass PodMarkdown TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl locallib ];
preConfigure = ''