guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: cwm: Update to 7.1.


From: guix-commits
Subject: 06/13: gnu: cwm: Update to 7.1.
Date: Mon, 20 Feb 2023 08:06:22 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 284229d87a368111baa1b9ae63814a00414d9aa5
Author: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Feb 18 03:21:29 2023 -0500

    gnu: cwm: Update to 7.1.
    
    * gnu/packages/wm.scm (cwm): Update to 7.1.
    [arguments]: Remove trailing #t.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/wm.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5c391f5e1b..5c3b6c5b05 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1400,14 +1400,14 @@ It is inspired by Xmonad and dwm.  Its major features 
include:
 (define-public cwm
   (package
     (name "cwm")
-    (version "6.7")
+    (version "7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://leahneukirchen.org/releases/cwm-";
                            version ".tar.gz"))
        (sha256
-        (base32 "022zld29qawd8gl700g4m24qa89il3aks397zkhh66wvzssdblzx"))))
+        (base32 "145xjwam11194w2irsvs4z0xgn0jdijxfmx67gqd1n0j8g5wan2a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "CC=" ,(cc-for-target))
@@ -1433,8 +1433,7 @@ It is inspired by Xmonad and dwm.  Its major features 
include:
                      TryExec=~@*~a/bin/cwm~@
                      Icon=~@
                      Type=Application~%"
-                           output)))
-               #t))))))
+                           output)))))))))
     (inputs
      (list libxft libxrandr libxinerama))
     (native-inputs



reply via email to

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