* [bug#61597] [PATCH] gnu: cwm: Update to 7.1.
@ 2023-02-18 8:21 kiasoc5 via Guix-patches via
2023-02-20 13:04 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-18 8:21 UTC (permalink / raw)
To: 61597; +Cc: kiasoc5
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-20 13:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18 8:21 [bug#61597] [PATCH] gnu: cwm: Update to 7.1 kiasoc5 via Guix-patches via
2023-02-20 13:04 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.