From 7998200258906528f4c6cbfedef95ed98a0fe5dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 3 Oct 2014 17:48:21 +0200
Subject: [PATCH] gnu: windowmaker: Update to 0.95.6.

* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.6.
---
 gnu/packages/gnustep.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index ea398bbc345..74c1ad9051a 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -29,7 +29,7 @@ (define-module (gnu packages gnustep)
 (define-public windowmaker
   (package
     (name "windowmaker")
-    (version "0.95.5")
+    (version "0.95.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -37,7 +37,7 @@ (define-public windowmaker
                     version ".tar.gz"))
               (sha256
                (base32
-                "1l3hmx4jzf6vp0zclqx9gsqrlwh4rvqm1g1zr5ha0cp0zmsg89ab"))))
+                "1i3dw1yagsa3rs9x2na2ynqlgmbahayws0kz4vl00fla6550nns3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-cons-after
-- 
GitLab