GNU bug report logs - #61597
[PATCH] gnu: cwm: Update to 7.1.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 18 Feb 2023 08:22:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61597: closed ([PATCH] gnu: cwm: Update to 7.1.)
Date: Mon, 20 Feb 2023 13:05:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 20 Feb 2023 14:04:29 +0100
with message-id <87wn4cqyhu.fsf <at> 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 <at> gnu.org.)


-- 
61597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 61597-done <at> debbugs.gnu.org
Subject: Re: [bug#61597] [PATCH] gnu: cwm: Update to 7.1.
Date: Mon, 20 Feb 2023 14:04:29 +0100
Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 2 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.