GNU bug report logs - #55700
[PATCH] gnu: emacs-corfu-doc: Update to 0.6.0.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 29 May 2022 07:59:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55700 in the body.
You can then email your comments to 55700 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55700; Package guix-patches. (Sun, 29 May 2022 07:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 29 May 2022 07:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0.
Date: Sun, 29 May 2022 02:58:01 -0500
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): Update to 0.6.0.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7415decd5..eea15cac98 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3141,11 +3141,11 @@ (define-public emacs-corfu
     (license license:gpl3+)))
 
 (define-public emacs-corfu-doc
-  (let ((commit "96b5de8cced0f2c2069748305bb72cf2db77200e")
+  (let ((commit "611895ef47a22c1ba0142d6cda60cf56a99adf15")
         (revision "0"))
     (package
       (name "emacs-corfu-doc")
-      (version "0.5.1")
+      (version "0.6.0")
       (source
        (origin
          (method git-fetch)
@@ -3154,7 +3154,7 @@ (define-public emacs-corfu-doc
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "18xgm8jjppdq43i4wa36pbwlh4jxdgkmfbj13w5q4c7b9cy7r3mf"))))
+          (base32 "0w4gq8ss7izf47fxb5nxfkhx6d2y2vj3c23b4gaxvxw6xvd5jfg3"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-corfu))
       (home-page "https://github.com/galeo/corfu-doc")
-- 
2.35.3





Information forwarded to guix-patches <at> gnu.org:
bug#55700; Package guix-patches. (Sun, 29 May 2022 18:58:01 GMT) Full text and rfc822 format available.

Message #8 received at 55700 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 55700 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH v2] gnu: emacs-corfu-doc: Update to 0.6.1.
Date: Sun, 29 May 2022 13:57:05 -0500
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): Update to 0.6.1.

Hi, this is a version 2 of the patch since 0.6.1 was released.

all best,

jgart
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7415decd5..71a8a72d88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3141,11 +3141,11 @@ (define-public emacs-corfu
     (license license:gpl3+)))
 
 (define-public emacs-corfu-doc
-  (let ((commit "96b5de8cced0f2c2069748305bb72cf2db77200e")
+  (let ((commit "d89012ed6a9661fb328f8e96991f952dfdfb6ceb")
         (revision "0"))
     (package
       (name "emacs-corfu-doc")
-      (version "0.5.1")
+      (version "0.6.1")
       (source
        (origin
          (method git-fetch)
@@ -3154,7 +3154,7 @@ (define-public emacs-corfu-doc
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "18xgm8jjppdq43i4wa36pbwlh4jxdgkmfbj13w5q4c7b9cy7r3mf"))))
+          (base32 "1rdfkpcsf3mbaj7dbnm6hkv1la61df50wg3js0bi3dc9h0r881p9"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-corfu))
       (home-page "https://github.com/galeo/corfu-doc")
-- 
2.35.3





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sun, 05 Jun 2022 16:14:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Sun, 05 Jun 2022 16:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 55700-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 55700-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0.
Date: Sun, 05 Jun 2022 18:12:30 +0200
[Message part 1 (text/plain, inline)]
Closed with <https://issues.guix.gnu.org/55551#3>.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 04 Jul 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 297 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.