gnu: windowmaker: Update to 0.95.6.

* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.6.
This commit is contained in:
Ludovic Courtès 2014-10-03 17:48:21 +02:00
parent 4a44d7bbc6
commit 7998200258

View file

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