summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:31:48 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:31:48 +0300
commit6ac038ae8b043ce5c8277b57ec5760ad31a570c5 (patch)
treef80cb3683c7f589a8f8f4675e06f78cee4d6fe86 /gnu/packages/web.scm
parent7136ea976f64aa10e93a61dd3215b4b5da1e6a9a (diff)
downloadguix-patches-6ac038ae8b043ce5c8277b57ec5760ad31a570c5.tar
guix-patches-6ac038ae8b043ce5c8277b57ec5760ad31a570c5.tar.gz
gnu: perl-plack-middleware-removeredundantbody: Update to 0.09.
* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09.
Diffstat (limited to 'gnu/packages/web.scm')
-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 865ad977dc..5bf417c7e1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4300,7 +4300,7 @@ can say what method it actually meant.")
(define-public perl-plack-middleware-removeredundantbody
(package
(name "perl-plack-middleware-removeredundantbody")
- (version "0.07")
+ (version "0.09")
(source
(origin
(method url-fetch)
@@ -4308,7 +4308,7 @@ can say what method it actually meant.")
"Plack-Middleware-RemoveRedundantBody-"
version ".tar.gz"))
(sha256
- (base32 "1hz3kgb5vw4r02gfk9i911f5ykvz55lrsx45bdcllk2bszal3f34"))))
+ (base32 "0zh83001rn5aqwpc1pn3di2h3ibzlf2dvkmkv05hnadpss9mzm40"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-plack" ,perl-plack)))