[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
- branch master updated (40f53e8fb5 -> d5f857a3cf), guix-commits, 2024/03/22
- 01/06: gnu: guile-prometheus: Update to 0-7.e63335e., guix-commits, 2024/03/22
- 02/06: gnu: nar-herder: Update to 0-24.ccef906., guix-commits, 2024/03/22
- 06/06: gnu: copyq: Fix indentation., guix-commits, 2024/03/22
- 04/06: gnu: emacs-ox-tufte: Update to 4.2.0., guix-commits, 2024/03/22
- 05/06: gnu: pspp: Update to 2.0.1., guix-commits, 2024/03/22
- 03/06: gnu: copyq: Update to 8.0.0.,
guix-commits <=