perlPackages.Appperlbrew: 0.98 -> 1.00 (#351495)

This commit is contained in:
Stig 2024-10-27 10:37:29 +00:00 committed by GitHub
commit bf314d3593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -959,10 +959,10 @@ with self; {
Appperlbrew = buildPerlModule {
pname = "App-perlbrew";
version = "0.98";
version = "1.00";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GU/GUGOD/App-perlbrew-0.98.tar.gz";
hash = "sha256-oWD3ESJYjdU12pTbsLgwHkjlONJaRCobE/cZCWKIWTI=";
url = "mirror://cpan/authors/id/G/GU/GUGOD/App-perlbrew-1.00.tar.gz";
hash = "sha256-PKNFnK6f/VHef2i95CEtBx1hOLZEUo9izJDHikhSyss=";
};
buildInputs = [ pkgs.curl FileWhich IOAll ModuleBuildTiny PathClass TestException TestNoWarnings TestOutput TestSpec TestTempDirTiny ];
propagatedBuildInputs = [ CPANPerlReleases CaptureTiny DevelPatchPerl PodParser locallib ];