Unverified Commit f7f43ad5 authored by Robert Helgesson's avatar Robert Helgesson
Browse files

perl-URI: 1.71 -> 1.72

parent c957ae9d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
    };
  };