mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -2206,17 +2206,17 @@ (define-public clipnotify
|
|||
(license license:public-domain)))
|
||||
|
||||
(define-public clipmenu
|
||||
(let ((commit "a495bcc7a4ab125182a661c5808364f66938a87c")
|
||||
(let ((commit "bcbe7b144598db4a103f14e8408c4b7327d6d5e1")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "clipmenu")
|
||||
(version (string-append "5.6.0-"
|
||||
(version (string-append "6.0.1-"
|
||||
revision "." (string-take commit 7)))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cdown/clipnotify.git")
|
||||
(url "https://github.com/cdown/clipmenu.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue