[PATCH] gnu: copyq: Update to 7.0.0.

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

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230413035134.73482-1-kiasoc5@disroot.org
* gnu/packages/xdisorg.scm (copyq): Update to 7.0.0.
---
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 330ec466d2..7af926f0fa 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -363,7 +363,7 @@ (define-public bemenu
(define-public copyq
(package
(name "copyq")
- (version "6.3.2")
+ (version "7.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -372,7 +372,7 @@ (define-public copyq
(file-name (git-file-name name version))
(sha256
(base32
- "0qdf7lr6bdmsnz1k5nnzmbv4h0xj8jqg92x6089qdaz5s87x7vqr"))))
+ "0h8jz7v5xvpq23dh1sr600q5jlrfzm6wsnp7sln8hbgsn96n8kas"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: 60c97c60a53686ec321eb541b85e01b6decc2014
--
2.40.0
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
87fs93wu6f.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/xdisorg.scm (copyq): Update to 7.0.0.
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
c371555a4b46a5c9288f54753b0f158f9c4b8abc.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQ4QDhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xee4xAAtWm6BzgBUI9JvnyYB1neNBeK2H//7VSp
euo/Kct7GL6gBPvD9DtmRAassS/wH31KvuxRRkq3tiBbIGniHnUyyGSbm4IQLWow
u+c7TkvbSfnxvltCEQH/cpKgBKw738gbWoBAdAOKNu4QeNfpQVUKOnraNWxAftp7
/9UZmDmoKZJ7l5RIt7LpxljY6hFu+wuxxVLFHfH6WMlX+WLaIVcx3UCcAMWoLBi2
SnKlybMW4SfFr3qmIUYfuTac7W1Ik0Da9WGBrIlUlU5bCIbhlbVHYh7D43LOdG+X
2QUfaBuFc0h30dk9/0OV/NOU1wmnMOKdqv2YpBH2ea2ncB/T5nAOGCoWsc1XnObN
8tyAd44Ei/9p6kKPov99EgZeGVzBf0gD8zsPT4ahbYG87NKYCtutmxx/i6GuPymj
W+xTXI07v9rgmgVj9nrW8L98kMo6T4XuaUZw6IIuXZBPtK1kpSPvnSe3nb6rrAut
/+H+14p2RyoohVy8/As9y5dmz1SBjExaC1jS7+FXXKyEz/4WLi0lcupOeIeKgKsk
qPDF3U9E4A2/RTlUHi0vj2bt9S9tr6osZ9zSiiTMcEy6CZwoI1CavB//1gmsaxKU
vU30mzgMhWUULKltNNQGCBXwRGRE8ImYQLBjZkmI4TKbLoTj9kPJyS5B5R59lpzG
LOosCGLHKSk=
=CM1r
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62808
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