all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53766] [PATCH] gnu: dwm: Update to 6.3.
@ 2022-02-04  1:17 jgart via Guix-patches via
  2022-02-04 12:53 ` bug#53766: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-04  1:17 UTC (permalink / raw)
  To: 53766; +Cc: jgart

* gnu/packages/suckless.scm (dwm): Update to 6.3.
---
 gnu/packages/suckless.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index cfeb17e533..115070ae97 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -217,13 +217,13 @@ (define-public blind
 (define-public dwm
   (package
     (name "dwm")
-    (version "6.2")
+    (version "6.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dl.suckless.org/dwm/dwm-"
                                  version ".tar.gz"))
              (sha256
-              (base32 "03hirnj8saxnsfqiszwl2ds7p0avg20izv9vdqyambks00p2x44p"))))
+              (base32 "1387lg370yrg7ssi3045di3904gkchxlza7rswgvl7wva8la1nms"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.35.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53766: [PATCH] gnu: dwm: Update to 6.3.
  2022-02-04  1:17 [bug#53766] [PATCH] gnu: dwm: Update to 6.3 jgart via Guix-patches via
@ 2022-02-04 12:53 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2022-02-04 12:53 UTC (permalink / raw)
  To: jgart; +Cc: 53766-done

jgart <jgart@dismail.de> writes:

> * gnu/packages/suckless.scm (dwm): Update to 6.3.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-04 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04  1:17 [bug#53766] [PATCH] gnu: dwm: Update to 6.3 jgart via Guix-patches via
2022-02-04 12:53 ` bug#53766: " 宋文武

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.