me
/
guix
Archived
1
0
Fork 0

gnu: perl-uri-fetch: Update to 0.15.

* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
master
Marius Bakke 2021-10-13 22:24:32 +02:00
parent 711ee48f81
commit 1961b28445
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4537,14 +4537,14 @@ and updated by RFC 2732.")
(define-public perl-uri-fetch (define-public perl-uri-fetch
(package (package
(name "perl-uri-fetch") (name "perl-uri-fetch")
(version "0.13") (version "0.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/" (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
"URI-Fetch-" version ".tar.gz")) "URI-Fetch-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rw6xiqm70s218aii9id3hf8j3pz6n22xnwd8v9m1ff2bnh63c0d")))) "0355rnw3xbgfwy9fgs6zrjmrsychzmwpkc9jcd9mrbkd9kr3k7rp"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
`(#:tests? #f)) ; Tests require internet connection to succeed `(#:tests? #f)) ; Tests require internet connection to succeed