Unverified Commit bf314d35 authored by Stig's avatar Stig Committed by GitHub
Browse files

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

parents aee33281 164adcf0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];