mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-URI: 1.71 -> 1.72
This commit is contained in:
parent
c957ae9da9
commit
f7f43ad554
1 changed files with 4 additions and 3 deletions
|
@ -15134,15 +15134,16 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
URI = buildPerlPackage rec {
|
||||
name = "URI-1.71";
|
||||
name = "URI-1.72";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115";
|
||||
sha256 = "35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32";
|
||||
};
|
||||
buildInputs = [ TestNeeds ];
|
||||
meta = {
|
||||
homepage = https://github.com/libwww-perl/URI;
|
||||
description = "Uniform Resource Identifiers (absolute and relative)";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue