[cpan2nix] perlPackages.URIdb: 0.18 -> 0.19
This commit is contained in:
parent
bfdc2cd948
commit
0a65e4f280
1 changed files with 3 additions and 3 deletions
|
@ -17002,10 +17002,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
URIdb = buildPerlModule {
|
||||
name = "URI-db-0.18";
|
||||
name = "URI-db-0.19";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.18.tar.gz;
|
||||
sha256 = "460a1d3b9a45779f56dbbeebc60612370b32771f3158c87da981857163b43e0b";
|
||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.19.tar.gz;
|
||||
sha256 = "c4999deaf451652216032c8e327ff6e6d655539eac379095bb69b0c369efa658";
|
||||
};
|
||||
propagatedBuildInputs = [ URINested ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue