summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-03-22 21:34:59 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-03-27 22:59:02 +0000
commit5ad619e0dcb89d1d0c608186717efce41081d9b9 (patch)
treefbc1d0effded372e3237ebef919f7f6128561c9b
parent7b15e5334eb3a3086bd3c97f98013a3492633266 (diff)
gnu: clipman: Update to 1.6.2.
* gnu/packages/xdisorg.scm (clipman): Update to 1.6.2. Change-Id: I389f93f2d43f1675f2b33694ba84711e42df4eaf
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a46b35e72b..044d7c341b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3223,7 +3223,7 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
(define-public clipman
(package
(name "clipman")
- (version "1.6.1")
+ (version "1.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3231,7 +3231,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
- "0b9kvj0dif4221dy6c1npknhhjxvbc4kygzhwxjirpwjws0yv6v9"))))
+ "033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/yory8/clipman"