guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: copyq: Update to 8.0.0.


From: guix-commits
Subject: 03/06: gnu: copyq: Update to 8.0.0.
Date: Fri, 22 Mar 2024 11:45:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit bd179f7507625aa8324bb56db31c8ee0a8faa310
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Mar 16 13:41:37 2024 -0400

    gnu: copyq: Update to 8.0.0.
    
    * gnu/packages/xdisorg.scm (copyq): Update to 8.0.0.
    
    Change-Id: I36fb1eec237f280993a495e56d754961555a8f8e
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 514e5c7164..c98de1133b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -372,7 +372,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
 (define-public copyq
 (package
   (name "copyq")
-  (version "7.1.0")
+  (version "8.0.0")
   (source (origin
             (method git-fetch)
             (uri (git-reference
@@ -381,7 +381,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
             (file-name (git-file-name name version))
             (sha256
              (base32
-              "1f39mh9qv1fa2vbwjigi1raz1pym2pz733j6b77r4588l8aaj2b8"))))
+              "029s1pdp177fnrq5qrwjmd5pf1672l5jhq99is1lczrxi6bsf2qk"))))
   (build-system cmake-build-system)
   (arguments
    (list



reply via email to

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