summaryrefslogtreecommitdiff
path: root/gnu/packages/gnustep.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-03-14 02:12:53 -0400
committerLeo Famulari <leo@famulari.name>2017-03-14 12:10:12 -0400
commit8cac5bca126fe9d1c7557cd64a3dc4332d41e664 (patch)
treef5175749c949aa651d5a9a9fb9359a43735a5956 /gnu/packages/gnustep.scm
parentd779305db0923cd613d82255b10fbf8c2fece4ad (diff)
downloadguix-patches-8cac5bca126fe9d1c7557cd64a3dc4332d41e664.tar
guix-patches-8cac5bca126fe9d1c7557cd64a3dc4332d41e664.tar.gz
gnu: windowmaker: Update to 0.95.8.
* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.8.
Diffstat (limited to 'gnu/packages/gnustep.scm')
-rw-r--r--gnu/packages/gnustep.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 8f72bb3253..6081549d7d 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -35,7 +35,7 @@
(define-public windowmaker
(package
(name "windowmaker")
- (version "0.95.7")
+ (version "0.95.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@
version ".tar.gz"))
(sha256
(base32
- "1acph0nq6fsb452sl7j7a7kcc87zqqaw7qms1p8ijar19dn4hbc4"))))
+ "12p8kljqgx5hnic0zvs5mxwp7kg21sb6qjagb2qw8ydvf5amrgwx"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-before