all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74318] [PATCH] gnu: dwl: Update to 0.7.
@ 2024-11-12  6:33 Zheng Junjie
  2024-11-12 15:57 ` [bug#74318] QA review for 74318 Noé Lopez via Guix-patches via
  2024-11-15 10:55 ` bug#74318: [PATCH] gnu: dwl: Update to 0.7 Z572
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-11-12  6:33 UTC (permalink / raw)
  To: 74318

* gnu/packages/wm.scm (dwl): Update to 0.7.

Change-Id: Ib1a4748035dd04070df99818ec9fa3a80e716971
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 836d4b6c047..d1527cf9549 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1597,7 +1597,7 @@ (define-public dunst
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.6")
+    (version "0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1606,7 +1606,7 @@ (define-public dwl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j7lmp6k80g54hrsmwixh8ahpnbax4khgiybg8lhlvmq93618a3z"))))
+                "0404awsx8v9fyk7p2bg3p937sc56ixf8ay465xgvjcnv78hh4apd"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; no tests

base-commit: 0cbd830ebb8ce802afe99c439ce7fdee448074be
-- 
2.46.0





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

end of thread, other threads:[~2024-11-15 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  6:33 [bug#74318] [PATCH] gnu: dwl: Update to 0.7 Zheng Junjie
2024-11-12 15:57 ` [bug#74318] QA review for 74318 Noé Lopez via Guix-patches via
2024-11-15 10:55 ` bug#74318: [PATCH] gnu: dwl: Update to 0.7 Z572

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.