Skip to content

Commit

Permalink
perl-URI: 1.72 -> 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 13, 2018
1 parent 9420e07 commit d573885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -15505,10 +15505,10 @@ let self = _self // overrides; _self = with self; {
};

URI = buildPerlPackage rec {
name = "URI-1.72";
name = "URI-1.73";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32";
sha256 = "cca7ab4a6f63f3ccaacae0f2e1337e8edf84137e73f18548ec7d659f23efe413";
};
buildInputs = [ TestNeeds ];
meta = {
Expand Down

0 comments on commit d573885

Please sign in to comment.