Loading pkgs/top-level/perl-packages.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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
pkgs/top-level/perl-packages.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; };