summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 14:11:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 17:28:40 +0100
commit166347985516e9ab6d3246e3b0dea6e642c53d00 (patch)
treebc00298b42dc5e8abb17e41f35fb16f40ed17b86 /gnu
parentf89d97c8ac6a2a8f4550b673c3015903c93b0793 (diff)
downloadguix-patches-166347985516e9ab6d3246e3b0dea6e642c53d00.tar
guix-patches-166347985516e9ab6d3246e3b0dea6e642c53d00.tar.gz
gnu: cwm: Update to 6.7.
* gnu/packages/wm.scm (cwm): Update to 6.7.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7e2605ca9b..df4d3483ce 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1206,15 +1206,14 @@ It is inspired by Xmonad and dwm. Its major features include:
(define-public cwm
(package
(name "cwm")
- (version "6.6")
+ (version "6.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://leahneukirchen.org/releases/cwm-"
version ".tar.gz"))
(sha256
- (base32
- "0p350pbfn92m21jiq4i324sdskxhs71p435g0mgz7cmzprnhhg92"))))
+ (base32 "022zld29qawd8gl700g4m24qa89il3aks397zkhh66wvzssdblzx"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"