summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-10 13:18:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-10 13:19:34 +0100
commit9c977cf9e80190c38620de82467eca04afc2a304 (patch)
tree067763caa4ae18c4c19f63dfacbee2c8bb00dd60
parent0d5ea48c923b63ee7bc6117ef7c42a1d76b61e88 (diff)
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
-rw-r--r--gnu/packages/xdisorg.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f78f0973689..5cd5e8db1d1 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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")