mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cliphist: Update to 0.6.1.
* gnu/packages/xdisorg.scm (cliphist): Update to 0.6.1. Change-Id: I902382d604ee2de3d062b0767a491b5d56534f69
This commit is contained in:
parent
fbb3103ad2
commit
0d5ea48c92
1 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
|
||||||
(define-public cliphist
|
(define-public cliphist
|
||||||
(package
|
(package
|
||||||
(name "cliphist")
|
(name "cliphist")
|
||||||
(version "0.5.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -441,7 +441,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cbhrw9vk8c0in9yyhlp0k9rldgjwbcj00d7vqh69p3igznhdgsk"))))
|
(base32 "0lhfq67bsmlajxlkz0dhj5hym7w376vqjk05yccd42fqd1nr32dl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue