Skip to content

Commit 293e982

Browse files
authored
perlPackages.ModuleScanDeps: 1.34 -> 1.37 (#357430)
2 parents 852436a + 2a1f893 commit 293e982

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
@@ -16600,10 +16600,10 @@ with self; {
1660016600

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

0 commit comments

Comments
 (0)