Skip to content

Commit

Permalink
perlPackages.ModuleScanDeps: 1.34 -> 1.37
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a1f893)
  • Loading branch information
stigtsp authored and github-actions[bot] committed Nov 26, 2024
1 parent 6f6076c commit 5b7ae18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16515,10 +16515,10 @@ with self; {

ModuleScanDeps = buildPerlPackage {
pname = "Module-ScanDeps";
version = "1.34";
version = "1.37";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.34.tar.gz";
hash = "sha256-ysUw5c/EE+BneXx9I3xsXNMpFcPZ+u5dlANcjzqFUOs=";
url = "mirror://cpan/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.37.tar.gz";
hash = "sha256-H14RnK3hRmw5xx5bw1qNT05nJjXbA9eaWg3PCMTitaM=";
};
buildInputs = [ TestRequires IPCRun3 ];
propagatedBuildInputs = [ TextParsewords ];
Expand Down

0 comments on commit 5b7ae18

Please sign in to comment.