perl-URI: 1.71 -> 1.72

This commit is contained in:
Robert Helgesson 2017-08-16 00:08:10 +02:00
parent c957ae9da9
commit f7f43ad554
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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 ];
};
};