mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
perlPackages.ModuleScanDeps: 1.34 -> 1.37
This commit is contained in:
parent
7eb54aaff2
commit
2a1f893b6a
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue