diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2025-11-08 11:58:36 -0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-03 14:50:58 +0100 |
| commit | 49491f8d5d8e16a5015d3cc7fd08e6cce5b204f6 (patch) | |
| tree | a86cf98584b2a1521bb304bc1f9edb3661859ddc /gnu/packages | |
| parent | 516f7df05ccf6bb1a6e9a2790fbb36d3cb865191 (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/xdisorg.scm | 5 |
1 files 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.") | |||
| 564 | (define-public cliphist | 564 | (define-public cliphist |
| 565 | (package | 565 | (package |
| 566 | (name "cliphist") | 566 | (name "cliphist") |
| 567 | (version "0.6.1") | 567 | (version "0.7.0") |
| 568 | (source | 568 | (source |
| 569 | (origin | 569 | (origin |
| 570 | (method git-fetch) | 570 | (method git-fetch) |
| @@ -573,7 +573,7 @@ with X11 or Wayland, or in a text terminal with ncurses.") | |||
| 573 | (commit (string-append "v" version)))) | 573 | (commit (string-append "v" version)))) |
| 574 | (file-name (git-file-name name version)) | 574 | (file-name (git-file-name name version)) |
| 575 | (sha256 | 575 | (sha256 |
| 576 | (base32 "0lhfq67bsmlajxlkz0dhj5hym7w376vqjk05yccd42fqd1nr32dl")))) | 576 | (base32 "0dffcpqmqd9drgc7l95kbqh199ljhhqw468x17m4bwv3y2bm50fb")))) |
| 577 | (build-system go-build-system) | 577 | (build-system go-build-system) |
| 578 | (arguments | 578 | (arguments |
| 579 | (list | 579 | (list |
| @@ -581,6 +581,7 @@ with X11 or Wayland, or in a text terminal with ncurses.") | |||
| 581 | #:import-path "go.senan.xyz/cliphist")) | 581 | #:import-path "go.senan.xyz/cliphist")) |
| 582 | (native-inputs | 582 | (native-inputs |
| 583 | (list go-github-com-rogpeppe-go-internal | 583 | (list go-github-com-rogpeppe-go-internal |
| 584 | go-github-com-rivo-uniseg | ||
| 584 | go-go-etcd-io-bbolt | 585 | go-go-etcd-io-bbolt |
| 585 | go-go-senan-xyz-flagconf | 586 | go-go-senan-xyz-flagconf |
| 586 | go-golang-org-x-image)) | 587 | go-golang-org-x-image)) |
