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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61597 in the body.
You can then email your comments to 61597 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61597; Package guix-patches. (Sat, 18 Feb 2023 08:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 Feb 2023 08:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#61597; Package guix-patches. (Mon, 20 Feb 2023 13:05:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 20 Feb 2023 13:05:03 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Mon, 20 Feb 2023 13:05:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Mar 2023 11:24:10 GMT) Full text and rfc822 format available.

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

Previous Next


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