gnu: starman: Update to 0.4015.
* gnu/packages/web.scm (starman): Update to 0.4015.
This commit is contained in:
parent
1c463524c8
commit
a201b0973e
1 changed files with 2 additions and 3 deletions
|
@ -464,15 +464,14 @@ (define-public fcgiwrap
|
||||||
(define-public starman
|
(define-public starman
|
||||||
(package
|
(package
|
||||||
(name "starman")
|
(name "starman")
|
||||||
(version "0.4014")
|
(version "0.4015")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
|
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
|
||||||
"Starman-" version ".tar.gz"))
|
"Starman-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1y1kn4929k299fbf6sw9lxcsdlq9fvq777p6yrzk591rr9xhkx8h"))))
|
||||||
"1sbb5rb3vs82rlh1fjkgkcmj5pj62b4y9si4ihh45sl9m8c2qxx5"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-libwww" ,perl-libwww)
|
`(("perl-libwww" ,perl-libwww)
|
||||||
|
|
Loading…
Reference in a new issue