diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-18 01:34:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-18 17:41:40 +0200 |
commit | e352a1536240390640b2d8a38a64d59b6c9371ad (patch) | |
tree | 9e4cacb304ed72c57caf89f36132d990fc4d97fd /gnu/packages/wm.scm | |
parent | 711f5f13bf9398fa2fb66eb44c05668097c3fe09 (diff) | |
download | patches-e352a1536240390640b2d8a38a64d59b6c9371ad.tar patches-e352a1536240390640b2d8a38a64d59b6c9371ad.tar.gz |
gnu: cwm: Update to 6.3.
* gnu/packages/wm.scm (cwm): Update to 6.3.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a922ea4c30..1b3d44d54c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -913,7 +913,7 @@ It is inspired by Xmonad and dwm. Its major features include: (define-public cwm (package (name "cwm") - (version "6.2") + (version "6.3") (source (origin (method url-fetch) @@ -921,7 +921,7 @@ It is inspired by Xmonad and dwm. Its major features include: version ".tar.gz")) (sha256 (base32 - "1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x")))) + "17pdp9cfgh2n3n3905l4rl9qk7b722i8psnarhlc2h98qzx7zmac")))) (build-system gnu-build-system) (arguments `(#:make-flags (list "CC=gcc" |