3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-http-server-simple: Update to 0.52.

* gnu/packages/web.scm (perl-http-server-simple): Update to 0.52.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-26 06:49:41 +01:00
parent 24a300b1bd
commit 6f8d1f7274
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2848,7 +2848,7 @@ environment from an HTTP::Request.")
(define-public perl-http-server-simple
(package
(name "perl-http-server-simple")
(version "0.51")
(version "0.52")
(source
(origin
(method url-fetch)
@ -2856,7 +2856,7 @@ environment from an HTTP::Request.")
"HTTP-Server-Simple-" version ".tar.gz"))
(sha256
(base32
"1yvd2g57z2kq00q5i3zzfi15k98qgbif3vghjsda6v612agmrp5r"))))
"0k6bg7k6mjixfzxdkkdrhqvaqmdhjszx0zsk8g0bimiby6j9z4yq"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-cgi" ,perl-cgi)))