guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: cwm: Update to 6.7.


From: guix-commits
Subject: 09/13: gnu: cwm: Update to 6.7.
Date: Sun, 29 Nov 2020 11:29:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 166347985516e9ab6d3246e3b0dea6e642c53d00
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 14:11:10 2020 +0100

    gnu: cwm: Update to 6.7.
    
    * gnu/packages/wm.scm (cwm): Update to 6.7.
---
 gnu/packages/wm.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7e2605c..df4d348 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]