unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages
@ 2021-08-11  9:55 Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 1/4] gnu: emacs-corfu: Update to 0.11 Xinglu Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-08-11  9:55 UTC (permalink / raw)
  To: 49998

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







^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#49998] [PATCH 1/4] gnu: emacs-corfu: Update to 0.11.
  2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
@ 2021-08-11  9:57 ` Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 2/4] gnu: emacs-consult: Update to 0.10 Xinglu Chen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-08-11  9:57 UTC (permalink / raw)
  To: 49998

* 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






^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#49998] [PATCH 2/4] gnu: emacs-consult: Update to 0.10.
  2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 1/4] gnu: emacs-corfu: Update to 0.11 Xinglu Chen
@ 2021-08-11  9:57 ` Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 3/4] gnu: emacs-marginalia: Update to 0.8 Xinglu Chen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-08-11  9:57 UTC (permalink / raw)
  To: 49998

* 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






^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#49998] [PATCH 3/4] gnu: emacs-marginalia: Update to 0.8.
  2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 1/4] gnu: emacs-corfu: Update to 0.11 Xinglu Chen
  2021-08-11  9:57 ` [bug#49998] [PATCH 2/4] gnu: emacs-consult: Update to 0.10 Xinglu Chen
@ 2021-08-11  9:57 ` Xinglu Chen
  2021-08-11  9:58 ` [bug#49998] [PATCH 4/4] gnu: emacs-vertico: Update to 0.14 Xinglu Chen
  2021-08-11 13:49 ` bug#49998: [PATCH 0/4] Update Daniel Mendler’s Emacs packages Leo Prikler
  4 siblings, 0 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-08-11  9:57 UTC (permalink / raw)
  To: 49998

* 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






^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#49998] [PATCH 4/4] gnu: emacs-vertico: Update to 0.14.
  2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
                   ` (2 preceding siblings ...)
  2021-08-11  9:57 ` [bug#49998] [PATCH 3/4] gnu: emacs-marginalia: Update to 0.8 Xinglu Chen
@ 2021-08-11  9:58 ` Xinglu Chen
  2021-08-11 13:49 ` bug#49998: [PATCH 0/4] Update Daniel Mendler’s Emacs packages Leo Prikler
  4 siblings, 0 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-08-11  9:58 UTC (permalink / raw)
  To: 49998

* 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






^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#49998: [PATCH 0/4] Update Daniel Mendler’s Emacs packages
  2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
                   ` (3 preceding siblings ...)
  2021-08-11  9:58 ` [bug#49998] [PATCH 4/4] gnu: emacs-vertico: Update to 0.14 Xinglu Chen
@ 2021-08-11 13:49 ` Leo Prikler
  4 siblings, 0 replies; 6+ messages in thread
From: Leo Prikler @ 2021-08-11 13:49 UTC (permalink / raw)
  To: public; +Cc: 49998-done

Done and pushed.

Thanks





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-11 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  9:55 [bug#49998] [PATCH 0/4] Update Daniel Mendler’s Emacs packages Xinglu Chen
2021-08-11  9:57 ` [bug#49998] [PATCH 1/4] gnu: emacs-corfu: Update to 0.11 Xinglu Chen
2021-08-11  9:57 ` [bug#49998] [PATCH 2/4] gnu: emacs-consult: Update to 0.10 Xinglu Chen
2021-08-11  9:57 ` [bug#49998] [PATCH 3/4] gnu: emacs-marginalia: Update to 0.8 Xinglu Chen
2021-08-11  9:58 ` [bug#49998] [PATCH 4/4] gnu: emacs-vertico: Update to 0.14 Xinglu Chen
2021-08-11 13:49 ` bug#49998: [PATCH 0/4] Update Daniel Mendler’s Emacs packages Leo Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).