GNU bug report logs -
#63316
[PATCH] gnu: dwl: Update to 0.4.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 62 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.