GNU bug report logs - #49998
[PATCH 0/4] Update Daniel Mendler’s Emacs packages

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Wed, 11 Aug 2021 09:56:01 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

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 49998 in the body.
You can then email your comments to 49998 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#49998; Package guix-patches. (Wed, 11 Aug 2021 09:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 11 Aug 2021 09:56:01 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/4] Update Daniel Mendler’s Emacs packages
Date: Wed, 11 Aug 2021 11:55:31 +0200
Update some of Daniel Mendler’s (minad) Emacs packages

Xinglu Chen (4):
  gnu: emacs-corfu: Update to 0.11.
  gnu: emacs-consult: Update to 0.10.
  gnu: emacs-marginalia: Update to 0.8.
  gnu: emacs-vertico: Update to 0.14.

 gnu/packages/emacs-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


base-commit: 2730ed9a0e905c4d8b9303f1454620a648822b21
-- 
2.32.0







Information forwarded to guix-patches <at> gnu.org:
bug#49998; Package guix-patches. (Wed, 11 Aug 2021 09:58:01 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 49998 <at> debbugs.gnu.org
Subject: [PATCH 1/4] gnu: emacs-corfu: Update to 0.11.
Date: Wed, 11 Aug 2021 11:57:38 +0200
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.11.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 172d620adc..70327a46a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2856,7 +2856,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.10")
+    (version "0.11")
     (source
      (origin
        (method git-fetch)
@@ -2865,7 +2865,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z61qrwjg1d28vhh39yrbrxsjbmnqws74bs3dwbw7d854d5wsy9q"))))
+        (base32 "0x4aa5fk1ywlfs8gvwj3v2bycyl4nx7mzz1ci37x69bdjl9wal80"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/corfu")
     (synopsis "Completion overlay region function")
-- 
2.32.0






Information forwarded to guix-patches <at> gnu.org:
bug#49998; Package guix-patches. (Wed, 11 Aug 2021 09:58:02 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 49998 <at> debbugs.gnu.org
Subject: [PATCH 2/4] gnu: emacs-consult: Update to 0.10.
Date: Wed, 11 Aug 2021 11:57:49 +0200
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.10.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 70327a46a7..19dcdc1e1e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8205,7 +8205,7 @@ style, or as multiple word prefixes.")
 (define-public emacs-consult
   (package
     (name "emacs-consult")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -8213,7 +8213,7 @@ style, or as multiple word prefixes.")
              (url "https://github.com/minad/consult")
              (commit version)))
        (sha256
-        (base32 "0iy6lrqbpi4lv7141rdawpn278rxinfxspwb81n04azyxrk28vlw"))
+        (base32 "131342149xvmrcr3iwmx05id7358158i6m9an8izdpggsnwhs3i4"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs
-- 
2.32.0






Information forwarded to guix-patches <at> gnu.org:
bug#49998; Package guix-patches. (Wed, 11 Aug 2021 09:59:02 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 49998 <at> debbugs.gnu.org
Subject: [PATCH 3/4] gnu: emacs-marginalia: Update to 0.8.
Date: Wed, 11 Aug 2021 11:57:55 +0200
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.8.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 19dcdc1e1e..83e5162433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8253,7 +8253,7 @@ and present results either as single emails or full trees.")
 (define-public emacs-marginalia
   (package
     (name "emacs-marginalia")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -8262,7 +8262,7 @@ and present results either as single emails or full trees.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yn6dybvsdhr37hnadmbfqi7pf7scxr9z6a6ghsqbrghycddd0mc"))))
+        (base32 "1d6xbidxcxd5gxs5cjxbx1i1wdcmgdnn3hh7fxz0sgf1gaxyp5kv"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/marginalia")
     (synopsis "Marginalia in the minibuffer completions")
-- 
2.32.0






Information forwarded to guix-patches <at> gnu.org:
bug#49998; Package guix-patches. (Wed, 11 Aug 2021 09:59:02 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 49998 <at> debbugs.gnu.org
Subject: [PATCH 4/4] gnu: emacs-vertico: Update to 0.14.
Date: Wed, 11 Aug 2021 11:58:09 +0200
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.14.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 83e5162433..25acc5987d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28998,7 +28998,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "0.13")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -29007,7 +29007,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09zrrjbfbvj5lfrgjq21nsavdm69iwdsa0a80618v7xlkfk56wf1"))))
+        (base32 "0rddk76ih44b574lsr6d6r9wa2l7c9zlb9kcyw5xvly17ciiq16h"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))
-- 
2.32.0






Reply sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
You have taken responsibility. (Wed, 11 Aug 2021 13:51:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Wed, 11 Aug 2021 13:51:02 GMT) Full text and rfc822 format available.

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

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: public <at> yoctocell.xyz
Cc: 49998-done <at> debbugs.gnu.org
Subject: [bug#49998] [PATCH 0/4] Update Daniel Mendler’s
 Emacs packages
Date: Wed, 11 Aug 2021 15:49:53 +0200
Done and pushed.

Thanks





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Sep 2021 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 286 days ago.

Previous Next


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