~ruther/guix-local

e0d72d83c3ebf02197f604061d95268bf21f6dcc — Sergey Trofimov a month ago 374a526
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>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +3 -4
@@ 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))