From 49491f8d5d8e16a5015d3cc7fd08e6cce5b204f6 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Sat, 8 Nov 2025 11:58:36 -0500 Subject: [PATCH] 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 --- gnu/packages/xdisorg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5dffb9c594b..84eb4f55999 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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))