diff options
author | Kei Kebreau <kei@openmailbox.org> | 2016-10-23 10:41:37 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2016-10-23 17:52:28 -0400 |
commit | 8e3017cc65c1a326df50085f014df26784580f5c (patch) | |
tree | 0912bd4818c96b78737dfd0e8f79fd428fbc09ca | |
parent | 0f6b6cb996e3e28b2075bd5cb40940cfeb3eba78 (diff) | |
download | guix-8e3017cc65c1a326df50085f014df26784580f5c.tar.gz guix-8e3017cc65c1a326df50085f014df26784580f5c.zip |
gnu: windowmaker: Update to 0.95.7.
* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.7.
-rw-r--r-- | gnu/packages/gnustep.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 6c522866c9..f49b25492e 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -35,7 +35,7 @@ (define-public windowmaker (package (name "windowmaker") - (version "0.95.6") + (version "0.95.7") (source (origin (method url-fetch) (uri (string-append @@ -43,7 +43,7 @@ version ".tar.gz")) (sha256 (base32 - "1i3dw1yagsa3rs9x2na2ynqlgmbahayws0kz4vl00fla6550nns3")))) + "1acph0nq6fsb452sl7j7a7kcc87zqqaw7qms1p8ijar19dn4hbc4")))) (build-system gnu-build-system) (arguments '(#:phases (alist-cons-before |