perl-URI: 1.60 -> 1.68
This commit is contained in:
parent
ecb38b5fb6
commit
2b5a60700e
@ -10380,14 +10380,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
URI = buildPerlPackage {
|
URI = buildPerlPackage {
|
||||||
name = "URI-1.60";
|
name = "URI-1.68";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/G/GA/GAAS/URI-1.60.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/URI-1.68.tar.gz;
|
||||||
sha256 = "0xr31mf7lfrwhyvlx4pzp6p7alls5gi4bj8pk5g89f5cckfd74hz";
|
sha256 = "c840d30f7657bfd4b2acbb311bd764232911cd3dc97e92415fbd0a242185c358";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Uniform Resource Identifiers (absolute and relative)";
|
description = "Uniform Resource Identifiers (absolute and relative)";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user