[PATCH] gnu: (name copyq): Update to 6.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Simon Tournier
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)
20230413034511.71743-1-kiasoc5@disroot.org
* gnu/packages/xdisorg.scm ((name copyq)): Update to 6.4.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..9f4716b20d 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 "6.4.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"))))
+ "0lh01n2k18m68hnvi635fsrwn13qm60q87ijmc4lm0vk00hb758y"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: 60c97c60a53686ec321eb541b85e01b6decc2014
--
2.40.0
kiasoc5 wrote 2 years ago
close 62807
(address . control@debbugs.gnu.org)
fe044c87-ced3-29cd-1e5f-a8be9bad2687@disroot.org
close 62807
quit
Simon Tournier wrote 2 years ago
Re: [bug#62807] [PATCH] gnu: (name copyq): Update to 6.4.0.
(name . kiasoc5)(address . kiasoc5@disroot.org)
86o7nsrtpm.fsf@gmail.com
On Thu, 13 Apr 2023 at 11:55, Simon Tournier <zimon.toutoune@gmail.com> wrote:

Toggle quote (3 lines)
> Some expansions had not been expected. :-) In the commit message and
> the ChangeLog.

Sorry for the noise. Fixed by another bug report. See #62808.


Cheers,
simon
Simon Tournier wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
86ttxkrtrz.fsf@gmail.com
Hi,

On Wed, 12 Apr 2023 at 23:45, kiasoc5 via Guix-patches via <guix-patches@gnu.org> wrote:

Toggle quote (2 lines)
> * gnu/packages/xdisorg.scm ((name copyq)): Update to 6.4.0.

Some expansions had not been expected. :-) In the commit message and
the ChangeLog.


Cheers,
simon
kiasoc5 wrote 2 years ago
2c574a8f-c4e8-c9fd-ca72-b30f1e71af14@disroot.org
On 4/13/23 05:55, Simon Tournier wrote:

Toggle quote (7 lines)
> On Wed, 12 Apr 2023 at 23:45, kiasoc5 via Guix-patches via <guix-patches@gnu.org> wrote:
>
>> * gnu/packages/xdisorg.scm ((name copyq)): Update to 6.4.0.
>
> Some expansions had not been expected. :-) In the commit message and
> the ChangeLog.

This was a result of ./etc/committer.scm. Sometimes it has weird bugs :)
?
Your comment

This issue is archived.

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

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