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>
This commit is contained in:
ng0 2017-11-15 17:39:06 +00:00 committed by Ludovic Courtès
parent 42e52605d4
commit 15712cc9e3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@ Keybinder works with GTK-based applications using the X Window System.")
(define-public spectrwm (define-public spectrwm
(package (package
(name "spectrwm") (name "spectrwm")
(version "3.0.2") (version "3.1.0")
(source (source
(origin (origin
(method url-fetch) (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"065b7j8s0lxw3p58fyf3c1mr5203pdm0kww42v245rlx0f005kl2")))) "16lxcharxslf9rc39wxa3mr2nx5d8kzm9ls7p7dal8yrwr7y59dp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (let ((pkg-config (lambda (flag) `(#:make-flags (let ((pkg-config (lambda (flag)