gnu: perl-http-message: Update to 6.18.
* gnu/packages/web.scm (perl-http-message): Update to 6.18.
This commit is contained in:
parent
81e74dc80b
commit
ff292a77a9
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue