gnu: clipnotify: Update to 6.0.1.
* gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
3e4ce1cc3e
commit
1ace39da78
@ -2206,17 +2206,17 @@ tools to complement clipnotify.")
|
|||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public clipmenu
|
(define-public clipmenu
|
||||||
(let ((commit "a495bcc7a4ab125182a661c5808364f66938a87c")
|
(let ((commit "bcbe7b144598db4a103f14e8408c4b7327d6d5e1")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "clipmenu")
|
(name "clipmenu")
|
||||||
(version (string-append "5.6.0-"
|
(version (string-append "6.0.1-"
|
||||||
revision "." (string-take commit 7)))
|
revision "." (string-take commit 7)))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/cdown/clipnotify.git")
|
(url "https://github.com/cdown/clipmenu.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
Loading…
Reference in New Issue
Block a user