gnu: starman: Update to 0.4015.

* gnu/packages/web.scm (starman): Update to 0.4015.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-13 14:56:45 +02:00
parent 1c463524c8
commit a201b0973e
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -464,15 +464,14 @@ (define-public fcgiwrap
(define-public starman
(package
(name "starman")
(version "0.4014")
(version "0.4015")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
"Starman-" version ".tar.gz"))
(sha256
(base32
"1sbb5rb3vs82rlh1fjkgkcmj5pj62b4y9si4ihh45sl9m8c2qxx5"))))
(base32 "1y1kn4929k299fbf6sw9lxcsdlq9fvq777p6yrzk591rr9xhkx8h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-libwww" ,perl-libwww)