[cpan2nix] perlPackages.URIdb: 0.15 -> 0.18
This commit is contained in:
parent
1f64eec120
commit
ab71051a77
@ -15828,12 +15828,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
URIdb = buildPerlModule {
|
URIdb = buildPerlModule {
|
||||||
name = "URI-db-0.15";
|
name = "URI-db-0.18";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.15.tar.gz;
|
url = mirror://cpan/authors/id/D/DW/DWHEELER/URI-db-0.18.tar.gz;
|
||||||
sha256 = "ac3dc3eeb8ca58dc4f7e1dfed6bca5bb8ebbc5dfacee63161490b09a4bfac982";
|
sha256 = "460a1d3b9a45779f56dbbeebc60612370b32771f3158c87da981857163b43e0b";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ URI URINested ];
|
propagatedBuildInputs = [ URINested ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://search.cpan.org/dist/URI-db/;
|
homepage = https://search.cpan.org/dist/URI-db/;
|
||||||
description = "Database URIs";
|
description = "Database URIs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user