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:
parent
e2832cdc35
commit
5fff9d9db4
@ -3497,15 +3497,18 @@ applications.")
|
|||||||
(define-public perl-uri
|
(define-public perl-uri
|
||||||
(package
|
(package
|
||||||
(name "perl-uri")
|
(name "perl-uri")
|
||||||
(version "1.71")
|
(version "1.73")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
||||||
"URI-" version ".tar.gz"))
|
"URI-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05a1ck1bhvqkkk690xhsxf7276dnagk96qkh2jy4prrrgw6wm3lw"))))
|
"04z4xwiryrbxxi48bwbkgq9q9pwfgqry3wp0ramcrwv3dx5ap9yc"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
;; For tests.
|
||||||
|
`(("perl-test-needs" ,perl-test-needs)))
|
||||||
(license l:perl-license)
|
(license l:perl-license)
|
||||||
(synopsis "Perl Uniform Resource Identifiers (absolute and relative)")
|
(synopsis "Perl Uniform Resource Identifiers (absolute and relative)")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user