mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
perl-URI: 1.72 -> 1.73
This commit is contained in:
parent
9420e076f4
commit
d573885dd2
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue