diff options
author | ng0 <ng0@infotropique.org> | 2017-11-15 17:39:06 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-16 10:25:40 +0100 |
commit | 15712cc9e3d623cd36b274b6659cf01c542fbe76 (patch) | |
tree | cdfae2a440fbeb8084e87fe92973c196e1d8ceba | |
parent | 42e52605d42adc42834274b6cd69863f4d717375 (diff) | |
download | guix-15712cc9e3d623cd36b274b6659cf01c542fbe76.tar guix-15712cc9e3d623cd36b274b6659cf01c542fbe76.tar.gz |
gnu: spectrwm: Update to 3.1.0.
* gnu/packages/wm.scm (spectrwm): Update to 3.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 599d5ad34e..62a5b54608 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -719,7 +719,7 @@ Keybinder works with GTK-based applications using the X Window System.") (define-public spectrwm (package (name "spectrwm") - (version "3.0.2") + (version "3.1.0") (source (origin (method url-fetch) @@ -730,7 +730,7 @@ Keybinder works with GTK-based applications using the X Window System.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "065b7j8s0lxw3p58fyf3c1mr5203pdm0kww42v245rlx0f005kl2")))) + "16lxcharxslf9rc39wxa3mr2nx5d8kzm9ls7p7dal8yrwr7y59dp")))) (build-system gnu-build-system) (arguments `(#:make-flags (let ((pkg-config (lambda (flag) |