guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/53: gnu: emacs-vertico: Update to 1.6.


From: guix-commits
Subject: 51/53: gnu: emacs-vertico: Update to 1.6.
Date: Mon, 1 Jan 2024 20:26:10 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit cb0fd4b4124248364c95991e554d736616dcc795
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:37:08 2024 +0100

    gnu: emacs-vertico: Update to 1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.6.
    
    Change-Id: I944b8016f1afdd7d588f9940da6c9bd5b73c6787
---
 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 a91e1b0c9c..abfba3f092 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37401,7 +37401,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "1.4")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -37410,7 +37410,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pf6qm89nysrri3xx7pda32yfsyv5fwswg6695qivldpq2biwx2x"))))
+        (base32 "088x0xqmhicdg44xprhimay0v9hcy12g15c7lk5kvhylxmkbg8wb"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]