gnu: fvwm: Update to 2.6.8.

* gnu/packages/fvwm.scm (fvwm): Update to 2.6.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-05 02:42:53 +02:00
parent f7b53e6855
commit 4682d48363
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -35,7 +35,7 @@ (define-module (gnu packages fvwm)
(define-public fvwm
(package
(name "fvwm")
(version "2.6.7")
(version "2.6.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -43,7 +43,7 @@ (define-public fvwm
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"0wzghjgy65pkn31rgl14fngizw7nbkzbxsfa670xmrndpmd4sr81"))))
"0hgkkdzcqjnaabvv9cnh0bz90nnjskbhjg9qnzpi2x0mbliwjdpv"))))
(build-system gnu-build-system)
(arguments
`(#:phases