gnu: perl-http-message: Update to 6.15.

* gnu/packages/web.scm (perl-http-message): Update to 6.15.
[source]: Update URI.
[native-inputs]: Add perl-try-tiny.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-16 04:46:45 +01:00
parent a768e41523
commit b824534bb8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2732,16 +2732,18 @@ (define-public perl-http-date
(define-public perl-http-message
(package
(name "perl-http-message")
(version "6.11")
(version "6.15")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/E/ET/ETHER/HTTP-Message-"
"mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Message-"
version ".tar.gz"))
(sha256
(base32
"06yq6cjx4vzl4if4ykap77xsrrd8aa7ish90k7cqi8g6g83nicz7"))))
"11fbvisyvi6bw8z9iq9fm9mraf69qyds09fblhl9gyvg7ccll93v"))))
(build-system perl-build-system)
(native-inputs
`(("perl-try-tiny" ,perl-try-tiny)))
(propagated-inputs
`(("perl-encode-locale" ,perl-encode-locale)
("perl-http-date" ,perl-http-date)