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

* gnu/packages/web.scm (perl-http-message): Update to 6.18.
master
Marius Bakke 2019-08-01 15:14:45 +02:00
parent 81e74dc80b
commit ff292a77a9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2871,7 +2871,7 @@ used by the HTTP protocol (and then some more).")
(define-public perl-http-message
(package
(name "perl-http-message")
(version "6.15")
(version "6.18")
(source (origin
(method url-fetch)
(uri (string-append
@ -2879,7 +2879,7 @@ used by the HTTP protocol (and then some more).")
version ".tar.gz"))
(sha256
(base32
"11fbvisyvi6bw8z9iq9fm9mraf69qyds09fblhl9gyvg7ccll93v"))))
"04lih0fn89jpyk74c4aq1rzq18h8v4zd3x0lik2r9dl8sdqd2q6h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-try-tiny" ,perl-try-tiny)))