gnu: cwm: Update to 6.3.
* gnu/packages/wm.scm (cwm): Update to 6.3.
This commit is contained in:
parent
711f5f13bf
commit
e352a15362
|
@ -913,7 +913,7 @@ It is inspired by Xmonad and dwm. Its major features include:
|
||||||
(define-public cwm
|
(define-public cwm
|
||||||
(package
|
(package
|
||||||
(name "cwm")
|
(name "cwm")
|
||||||
(version "6.2")
|
(version "6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -921,7 +921,7 @@ It is inspired by Xmonad and dwm. Its major features include:
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x"))))
|
"17pdp9cfgh2n3n3905l4rl9qk7b722i8psnarhlc2h98qzx7zmac"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list "CC=gcc"
|
`(#:make-flags (list "CC=gcc"
|
||||||
|
|
Loading…
Reference in New Issue