guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: clipnotify: Update to 6.0.1.


From: guix-commits
Subject: 02/02: gnu: clipnotify: Update to 6.0.1.
Date: Fri, 3 Apr 2020 09:29:36 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1ace39da78dc076f60542ad7729a29f2f6760076
Author: Damien Cassou <address@hidden>
AuthorDate: Mon Mar 30 13:59:34 2020 +0200

    gnu: clipnotify: Update to 6.0.1.
    
    * gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 13ac124..8605f7c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2206,17 +2206,17 @@ tools to complement 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]