me
/
guix
Archived
1
0
Fork 0

gnu: perl-plack-middleware-removeredundantbody: Update to 0.09.

* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09.
master
Efraim Flashner 2021-05-19 22:31:48 +03:00
parent 7136ea976f
commit 6ac038ae8b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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)))