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

* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
This commit is contained in:
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
(package
(name "perl-uri-fetch")
(version "0.13")
(version "0.15")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
"URI-Fetch-" version ".tar.gz"))
(sha256
(base32
"0rw6xiqm70s218aii9id3hf8j3pz6n22xnwd8v9m1ff2bnh63c0d"))))
"0355rnw3xbgfwy9fgs6zrjmrsychzmwpkc9jcd9mrbkd9kr3k7rp"))))
(build-system perl-build-system)
(arguments
`(#:tests? #f)) ; Tests require internet connection to succeed