perlPackages.URIcpan: 1.007 -> 1.009

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:32 +02:00
parent 36c62f0ef0
commit f68aa7f48a

View File

@ -27189,10 +27189,10 @@ with self; {
URIcpan = buildPerlPackage {
pname = "URI-cpan";
version = "1.007";
version = "1.009";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/URI-cpan-1.007.tar.gz";
hash = "sha256-EloTlGYuCkXiaWl3SWwdAnsUOH/245tgwH4PlurhUtM=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/URI-cpan-1.009.tar.gz";
hash = "sha256-JFV5sCW2P1d8cndDARmEcjhxykDcNezsjq05riSkjhI=";
};
propagatedBuildInputs = [ CPANDistnameInfo URI ];
meta = {