summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 00:14:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 00:32:16 +0200
commit34362ff6d656eef7a24cbdcf5d7c9c26a29d2ccf (patch)
treea458637c1cd65dabb5fd72595ed66aa612c018f2 /gnu
parentaf514eadb2ef77b890daab17f872350d009a4c18 (diff)
downloadguix-patches-34362ff6d656eef7a24cbdcf5d7c9c26a29d2ccf.tar
guix-patches-34362ff6d656eef7a24cbdcf5d7c9c26a29d2ccf.tar.gz
gnu: perl-http-tiny: Update to 0.076.
* gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
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 0ab219f917..230238737e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2921,7 +2921,7 @@ http-based UI to your existing tools.")
(define-public perl-http-tiny
(package
(name "perl-http-tiny")
- (version "0.070")
+ (version "0.076")
(source
(origin
(method url-fetch)
@@ -2929,7 +2929,7 @@ http-based UI to your existing tools.")
"HTTP-Tiny-" version ".tar.gz"))
(sha256
(base32
- "0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl"))))
+ "11wkxxqj3ff84rgj9q2gzkdgscwp3fzj205846k9ycqinlpsmgfx"))))
(build-system perl-build-system)
(inputs
`(("perl-http-cookiejar" ,perl-http-cookiejar)