Skip to content

Commit bf314d3

Browse files
authored
perlPackages.Appperlbrew: 0.98 -> 1.00 (#351495)
2 parents aee3328 + 164adcf commit bf314d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,10 +959,10 @@ with self; {
959959

960960
Appperlbrew = buildPerlModule {
961961
pname = "App-perlbrew";
962-
version = "0.98";
962+
version = "1.00";
963963
src = fetchurl {
964-
url = "mirror://cpan/authors/id/G/GU/GUGOD/App-perlbrew-0.98.tar.gz";
965-
hash = "sha256-oWD3ESJYjdU12pTbsLgwHkjlONJaRCobE/cZCWKIWTI=";
964+
url = "mirror://cpan/authors/id/G/GU/GUGOD/App-perlbrew-1.00.tar.gz";
965+
hash = "sha256-PKNFnK6f/VHef2i95CEtBx1hOLZEUo9izJDHikhSyss=";
966966
};
967967
buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
968968
propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl PodParser locallib ];

0 commit comments

Comments
 (0)