me
/
guix
Archived
1
0
Fork 0

gnu: fvwm: Update to 2.6.9.

* gnu/packages/fvwm.scm (fvwm): Update to 2.6.9.
master
Tobias Geerinckx-Rice 2019-11-10 00:27:53 +01:00
parent 373b3c28a6
commit d8ba3987a0
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public fvwm
(package
(name "fvwm")
(version "2.6.8")
(version "2.6.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -44,7 +44,7 @@
version "/fvwm-" version ".tar.gz"))
(sha256
(base32
"0hgkkdzcqjnaabvv9cnh0bz90nnjskbhjg9qnzpi2x0mbliwjdpv"))))
"1bliqcnap7vb3m2rn8wvxyfhbf35h9x34s41fl4301yhrkrlrihv"))))
(build-system gnu-build-system)
(arguments
`(#:phases