aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 04:18:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 04:36:56 +0200
commitbe1bdaa293813d600737d7849a02a81a5b46f489 (patch)
tree65cf866bb7b1dd153e15ceee56bebf4aca42ce92
parent5579c43d7c3e039250bc5edbbd017ab3b9558629 (diff)
downloadguix-be1bdaa293813d600737d7849a02a81a5b46f489.tar
guix-be1bdaa293813d600737d7849a02a81a5b46f489.tar.gz
gnu: perl-http-cookiejar: Update to 0.010.
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.010.
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0d25843e97..7ce087866e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3178,15 +3178,14 @@ and multipart/form-data.")
(define-public perl-http-cookiejar
(package
(name "perl-http-cookiejar")
- (version "0.008")
+ (version "0.010")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
"HTTP-CookieJar-" version ".tar.gz"))
(sha256
- (base32
- "0rfw6avcralggs7bf7n86flvhaahxjnqzvpwszp0sk4z4wwy01wm"))))
+ (base32 "1l7mqsca4fmls7agzwmp6yq1x16y9jwq4114i6i75n654gl37qsn"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-deep" ,perl-test-deep)