mbakke pushed a commit to branch staging
in repository guix.
commit 631d4dd44b42c36fd8adb2cdc2fdf72e62923d3f
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Feb 12 17:00:53 2020 +0100
gnu: perl-lwp-mediatypes: Update to 6.04.
* gnu/packages/web.scm (perl-lwp-mediatypes): Update to 6.0.4.
[source](uri): Adjust accordingly.
[native-inputs]: Add PERL-TEST-FATAL.
---
gnu/packages/web.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2b9836e..320826e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3543,16 +3543,18 @@ not have DNS. We might not have a network card at
all!")
(define-public perl-lwp-mediatypes
(package
(name "perl-lwp-mediatypes")
- (version "6.02")
+ (version "6.04")
(source (origin
(method url-fetch)
(uri (string-append
- "mirror://cpan/authors/id/G/GA/GAAS/LWP-MediaTypes-"
+ "mirror://cpan/authors/id/O/OA/OALDERS/LWP-MediaTypes-"
version ".tar.gz"))
(sha256
(base32
- "0xmnblp962qy02akah30sji8bxrqcyqlff2w95l199ghql60ny8q"))))
+ "1n8rg6csv3dsvymg06cmxipimr6cb1g9r903ghm1qsmiv89cl6wg"))))
(build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-fatal" ,perl-test-fatal)))
(license license:perl-license)
(synopsis "Perl module to guess the media type for a file or a URL")
(description