summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-01 15:14:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-04 13:49:56 +0200
commitff292a77a9c44145010674e8c36722dbf9d32435 (patch)
treecbc4a7322ba2b8ac7626641aa8d8d554d993e9d6 /gnu
parent81e74dc80bff444d7feebec32381a8fb41c514a6 (diff)
downloadpatches-ff292a77a9c44145010674e8c36722dbf9d32435.tar
patches-ff292a77a9c44145010674e8c36722dbf9d32435.tar.gz
gnu: perl-http-message: Update to 6.18.
* gnu/packages/web.scm (perl-http-message): Update to 6.18.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f2d1f316d4..ba2a9096e5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)))