me
/
guix
Archived
1
0
Fork 0

gnu: fvwm: Update to 2.7.0.

* gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Andy Tai 2023-06-18 22:57:54 -07:00 committed by Christopher Baines
parent f235d49ef3
commit ca833f23bd
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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