diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2024-02-10 23:35:40 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-02-14 16:08:57 -0500 |
commit | 9814abef367fd2842204dba0347741a7c1d326b3 (patch) | |
tree | f0f59306a908488aadefc6aa58d4fc9d3038f6ae | |
parent | ed0542bb1c32f7390488ada1edc38676872038aa (diff) |
gnu: copyq: Update to 7.1.0.
* gnu/packages/xdisorg.scm (copyq): Update to 7.1.0.
Change-Id: I843aa403a5d790ac8de67fc4c609fc2e081d39c2
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 303a923485..a3015e20fc 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.0.0") + (version "7.1.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 - "0h8jz7v5xvpq23dh1sr600q5jlrfzm6wsnp7sln8hbgsn96n8kas")))) + "1f39mh9qv1fa2vbwjigi1raz1pym2pz733j6b77r4588l8aaj2b8")))) (build-system cmake-build-system) (arguments (list |