~ruther/guix-local

49491f8d5d8e16a5015d3cc7fd08e6cce5b204f6 — Patrick Norton 3 months ago 516f7df
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>
1 files changed, 3 insertions(+), 2 deletions(-)

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