perlPackages.ModuleScanDeps: 1.34 -> 1.37 (#357430)

This commit is contained in:
Thomas Gerbet 2024-11-26 20:04:15 +01:00 committed by GitHub
commit 293e982bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16600,10 +16600,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 ];