summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2026-01-12 07:39:18 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:23:41 +0100
commite0d72d83c3ebf02197f604061d95268bf21f6dcc (patch)
tree95c5c558e84b8f7ded621363488e15b7a1828fac /gnu
parent374a52656faff64dd40230495a8f0abaaba58a55 (diff)
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 <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xdisorg.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9cd89ee8e82..e73014e0f2e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4587,7 +4587,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)
@@ -4597,7 +4597,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
@@ -4643,10 +4643,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))