guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 91ed5d92632d2198b0316dd61046d92f7e6b9673
Author: Sergey Trofimov <[email protected]>
AuthorDate: Mon Jan 12 07:39:18 2026 +0100
gnu: darkman: Update to 2.3.0.
* gnu/packages/xdisorg.scm (darkman): Update to 2.3.0.
[native-inputs]: Remove go-github-com-adrg-xdg and
go-github-com-rxwycdh-rxhash, add go-github-com-lmittmann-tint.
Change-Id: Ib48e017acda7fcdf8a16a065ab1fc0180bb5578d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/xdisorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 0a05703d49..9f7899bcfe 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4584,7 +4584,7 @@ setup of your X Server without any modifications.")
(define-public darkman
(package
(name "darkman")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method git-fetch)
@@ -4594,7 +4594,7 @@ setup of your X Server without any modifications.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pq7csrxs76mlp8i0yxj24s30ynhhr8rs9kcwn01pzi73k3sx6ra"))
+ "0h02fa81czj5lg373d9zwp34ifxh7kc12966y9gx9xfqwjrv8hra"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -4640,10 +4640,9 @@ setup of your X Server without any modifications.")
(invoke "make" "install" (string-append "PREFIX="
#$output))))))))
(native-inputs
(list gnu-make
- go-github-com-adrg-xdg
go-github-com-goccy-go-yaml
go-github-com-godbus-dbus-v5
- go-github-com-rxwycdh-rxhash
+ go-github-com-lmittmann-tint
go-github-com-sj14-astral
go-github-com-spf13-cobra
scdoc))