GNU bug report logs - #63316
[PATCH] gnu: dwl: Update to 0.4.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <antero <at> mailbox.org>

Date: Fri, 5 May 2023 19:27:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63316: closed ([PATCH] gnu: dwl: Update to 0.4.)
Date: Sun, 14 May 2023 02:46:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 14 May 2023 10:44:54 +0800
with message-id <877ctbskbd.fsf <at> envs.net>
and subject line Re: bug#63316: [PATCH] gnu: dwl: Update to 0.4.
has caused the debbugs.gnu.org bug report #63316,
regarding [PATCH] gnu: dwl: Update to 0.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63316: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63316
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Antero Mejr <antero <at> mailbox.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: dwl: Update to 0.4.
Date: Fri,  5 May 2023 19:25:38 +0000
* 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Antero Mejr <antero <at> mailbox.org>
Cc: 63316-done <at> debbugs.gnu.org
Subject: Re: bug#63316: [PATCH] gnu: dwl: Update to 0.4.
Date: Sun, 14 May 2023 10:44:54 +0800
Antero Mejr <antero <at> mailbox.org> writes:

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

Pushed to master, thank you!


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

Previous Next


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