summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-06-16 17:50:26 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-06-16 18:06:42 +0300
commit654116c15868b76efc77848edfab0306fd485bbc (patch)
treed68b0c28ba1fee0c96500f1cf3500f3c21beaf91 /gnu
parent76806c54ed72f8f04079bbb187b186b833c103e1 (diff)
gnu: starman: Update to 0.4014.
* gnu/packages/web.scm (starman): Update to 0.4014.
Diffstat (limited to 'gnu')
-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 28f247cba6..9f36fce027 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -194,7 +194,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(define-public starman
(package
(name "starman")
- (version "0.4011")
+ (version "0.4014")
(source
(origin
(method url-fetch)
@@ -202,7 +202,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
"Starman-" version ".tar.gz"))
(sha256
(base32
- "1337zhi6v1sg4gd9rs3giybc7g1ysw8ak2da0vy098k4dacxyb57"))))
+ "1sbb5rb3vs82rlh1fjkgkcmj5pj62b4y9si4ihh45sl9m8c2qxx5"))))
(build-system perl-build-system)
(native-inputs
`(("perl-libwww" ,perl-libwww)