gnu: perl-uri: Update to 1.73.

* gnu/packages/web.scm (perl-uri): Update to 1.73.
[native-inputs]: Add perl-test-needs.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-09 19:51:16 +01:00
parent e2832cdc35
commit 5fff9d9db4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3497,15 +3497,18 @@ (define-public perl-test-www-mechanize-psgi
(define-public perl-uri
(package
(name "perl-uri")
(version "1.71")
(version "1.73")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"URI-" version ".tar.gz"))
(sha256
(base32
"05a1ck1bhvqkkk690xhsxf7276dnagk96qkh2jy4prrrgw6wm3lw"))))
"04z4xwiryrbxxi48bwbkgq9q9pwfgqry3wp0ramcrwv3dx5ap9yc"))))
(build-system perl-build-system)
(native-inputs
;; For tests.
`(("perl-test-needs" ,perl-test-needs)))
(license l:perl-license)
(synopsis "Perl Uniform Resource Identifiers (absolute and relative)")
(description