[PATCH] gnu: copyq: Update to 7.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
5dde12d3495ac0da412081fc31da213d390dfaf3.1707013228.git.kiasoc5@disroot.org
* gnu/packages/xdisorg.scm (copyq): Update to 7.1.0.

Change-Id: I843aa403a5d790ac8de67fc4c609fc2e081d39c2
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..e0b3fce350 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -372,7 +372,7 @@ (define-public bemenu
(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 @@ (define-public copyq
(file-name (git-file-name name version))
(sha256
(base32
- "0h8jz7v5xvpq23dh1sr600q5jlrfzm6wsnp7sln8hbgsn96n8kas"))))
+ "1f39mh9qv1fa2vbwjigi1raz1pym2pz733j6b77r4588l8aaj2b8"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69032-done@debbugs.gnu.org)
87sf1ulp0q.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/xdisorg.scm (copyq): Update to 7.1.0.
>
> Change-Id: I843aa403a5d790ac8de67fc4c609fc2e081d39c2
> ---
> 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 449cbbaf6e..e0b3fce350 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -372,7 +372,7 @@ (define-public bemenu
> (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 @@ (define-public copyq
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0h8jz7v5xvpq23dh1sr600q5jlrfzm6wsnp7sln8hbgsn96n8kas"))))
> + "1f39mh9qv1fa2vbwjigi1raz1pym2pz733j6b77r4588l8aaj2b8"))))
> (build-system cmake-build-system)
> (arguments
> (list
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as 9814abef367fd2842204dba0347741a7c1d326b3 thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69032@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69032
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help