emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61597: closed ([PATCH] gnu: cwm: Update to 7.1.)


From: GNU bug Tracking System
Subject: bug#61597: closed ([PATCH] gnu: cwm: Update to 7.1.)
Date: Mon, 20 Feb 2023 13:05:03 +0000

Your message dated Mon, 20 Feb 2023 14:04:29 +0100
with message-id <87wn4cqyhu.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61597] [PATCH] gnu: cwm: Update to 7.1.
has caused the debbugs.gnu.org bug report #61597,
regarding [PATCH] gnu: cwm: Update to 7.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61597
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cwm: Update to 7.1. Date: Sat, 18 Feb 2023 03:21:29 -0500
* gnu/packages/wm.scm (cwm): Update to 7.1.
[arguments]: Remove trailing #t.

---
 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 f2149b5be5..5de525a401 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1400,14 +1400,14 @@ (define-public spectrwm
 (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 @@ (define-public cwm
                      TryExec=~@*~a/bin/cwm~@
                      Icon=~@
                      Type=Application~%"
-                           output)))
-               #t))))))
+                           output)))))))))
     (inputs
      (list libxft libxrandr libxinerama))
     (native-inputs

base-commit: b04ee227a47419291391a2b6e857e41ed1c32155
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61597] [PATCH] gnu: cwm: Update to 7.1. Date: Mon, 20 Feb 2023 14:04:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/wm.scm (cwm): Update to 7.1.
> [arguments]: Remove trailing #t.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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