perlPackages.URIdb: 0.19 → 0.20

This commit is contained in:
John Rinehart 2023-02-11 14:23:36 +00:00
parent f08bb60099
commit ad51eeaf5c

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 = {