diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-03 17:48:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-03 18:03:09 +0200 |
commit | 7998200258906528f4c6cbfedef95ed98a0fe5dd (patch) | |
tree | d25186d59e5bc1bdc9b84d67d006609f67d88ea6 /gnu/packages/gnustep.scm | |
parent | 4a44d7bbc68ff3e363e6c166a588474cbd6c20f8 (diff) | |
download | guix-7998200258906528f4c6cbfedef95ed98a0fe5dd.tar guix-7998200258906528f4c6cbfedef95ed98a0fe5dd.tar.gz |
gnu: windowmaker: Update to 0.95.6.
* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.6.
Diffstat (limited to 'gnu/packages/gnustep.scm')
-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 ea398bbc34..74c1ad9051 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -29,7 +29,7 @@ (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 @@ version ".tar.gz")) (sha256 (base32 - "1l3hmx4jzf6vp0zclqx9gsqrlwh4rvqm1g1zr5ha0cp0zmsg89ab")))) + "1i3dw1yagsa3rs9x2na2ynqlgmbahayws0kz4vl00fla6550nns3")))) (build-system gnu-build-system) (arguments '(#:phases (alist-cons-after |