Merge pull request #215836 from johnrichardrinehart/johnrichardrinehart/bump-URIdb

perlPackages.URIdb: 0.19 → 0.20
This commit is contained in:
Stig
2023-02-12 15:27:16 +01:00
committed by GitHub
+3 -3
View File
@@ -26521,10 +26521,10 @@ let
URIdb = buildPerlModule {
pname = "URI-db";
version = "0.19";
version = "0.20";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.19.tar.gz";
hash = "sha256-xJmd6vRRZSIWAyyOMn/25tZVU56sN5CVu2mww2nvplg=";
url = "mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.20.tar.gz";
hash = "sha256-FMjaFawgljG445/BJFHJsTEa0LXKX5Aye9+peLfRPxQ=";
};
propagatedBuildInputs = [ URINested ];
meta = {