mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: clipman: Update to 1.6.2.
* gnu/packages/xdisorg.scm (clipman): Update to 1.6.2. Change-Id: I389f93f2d43f1675f2b33694ba84711e42df4eaf
This commit is contained in:
parent
7b15e5334e
commit
5ad619e0dc
1 changed files with 2 additions and 2 deletions
|
@ -3223,7 +3223,7 @@ (define-public clipmenu
|
||||||
(define-public clipman
|
(define-public clipman
|
||||||
(package
|
(package
|
||||||
(name "clipman")
|
(name "clipman")
|
||||||
(version "1.6.1")
|
(version "1.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3231,7 +3231,7 @@ (define-public clipman
|
||||||
(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 (base32
|
(sha256 (base32
|
||||||
"0b9kvj0dif4221dy6c1npknhhjxvbc4kygzhwxjirpwjws0yv6v9"))))
|
"033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/yory8/clipman"
|
(list #:import-path "github.com/yory8/clipman"
|
||||||
|
|
Loading…
Reference in a new issue