mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: clipman: Update to 1.6.4.
* gnu/packages/xdisorg.scm (clipman): Update to 1.6.4. [inputs]: Remove go-gopkg-in-alecthomas-kingpin-v2; add go-github-com-alecthomas-kingpin-v2. Change-Id: I0fdc5e200d837d0d94cb937eae5bcb63a4b8e903
This commit is contained in:
parent
0d5ea48c92
commit
9c977cf9e8
1 changed files with 4 additions and 4 deletions
|
|
@ -3532,7 +3532,7 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
|||
(define-public clipman
|
||||
(package
|
||||
(name "clipman")
|
||||
(version "1.6.2")
|
||||
(version "1.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -3541,7 +3541,7 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
|
||||
(base32 "05hsv0v69pn79adx8lz9fzb19qr27finiq7xb4ag4b8m4pibprcj"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -3555,8 +3555,8 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
|||
(("\"wl-copy\"")
|
||||
(string-append "\"" (which "wl-copy") "\""))))))))
|
||||
(inputs
|
||||
(list go-github-com-kballard-go-shellquote
|
||||
go-gopkg-in-alecthomas-kingpin-v2
|
||||
(list go-github-com-alecthomas-kingpin-v2
|
||||
go-github-com-kballard-go-shellquote
|
||||
libnotify
|
||||
wl-clipboard))
|
||||
(synopsis "Basic clipboard manager with support for persisting copy buffers")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue