all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63316] [PATCH] gnu: dwl: Update to 0.4.
@ 2023-05-05 19:25 Antero Mejr via Guix-patches via
  2023-05-14  2:44 ` bug#63316: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Antero Mejr via Guix-patches via @ 2023-05-05 19:25 UTC (permalink / raw)
  To: 63316

* gnu/packages/wm.scm (dwl): Update to 0.4.
---
dwl package won't build for me after the core-updates merge of wlroots.
Version 0.4 works with the new wlroots version.

 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 f1fcc68d5f..7eaf254405 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1436,7 +1436,7 @@ (define-public cwm
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.3.1")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1445,7 +1445,7 @@ (define-public dwl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0952kajc60ijy6qz14y6s5n7dyyf14ndzrhs4ynxj97k76742z2l"))))
+                "0pj0h3zd2f60hxpavpmgzid1sj7hf9m5cgclbackljqq4gpwlvir"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.39.2





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

* bug#63316: [PATCH] gnu: dwl: Update to 0.4.
  2023-05-05 19:25 [bug#63316] [PATCH] gnu: dwl: Update to 0.4 Antero Mejr via Guix-patches via
@ 2023-05-14  2:44 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-14  2:44 UTC (permalink / raw)
  To: Antero Mejr; +Cc: 63316-done

Antero Mejr <antero@mailbox.org> writes:

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

Pushed to master, thank you!




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

end of thread, other threads:[~2023-05-14  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 19:25 [bug#63316] [PATCH] gnu: dwl: Update to 0.4 Antero Mejr via Guix-patches via
2023-05-14  2:44 ` bug#63316: " 宋文武 via Guix-patches via

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.