gnu: xdisorg: Update cliphist to 0.7.0.

* gnu/packages/xdisorg.scm (cliphist): Update to 0.7.0.
[inputs]: Add go-github-com-rivo-uniseg.

Change-Id: I6841fe6be3312b29a0ff152746f4d57f9dd7a6ec
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Patrick Norton 2025-11-08 11:58:36 -05:00 committed by Andreas Enge
parent 516f7df05c
commit 49491f8d5d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -564,7 +564,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
(define-public cliphist
(package
(name "cliphist")
(version "0.6.1")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -573,7 +573,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0lhfq67bsmlajxlkz0dhj5hym7w376vqjk05yccd42fqd1nr32dl"))))
(base32 "0dffcpqmqd9drgc7l95kbqh199ljhhqw468x17m4bwv3y2bm50fb"))))
(build-system go-build-system)
(arguments
(list
@ -581,6 +581,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
#:import-path "go.senan.xyz/cliphist"))
(native-inputs
(list go-github-com-rogpeppe-go-internal
go-github-com-rivo-uniseg
go-go-etcd-io-bbolt
go-go-senan-xyz-flagconf
go-golang-org-x-image))