guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-vertico: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-vertico: Update to 0.4.
Date: Wed, 14 Apr 2021 04:26:08 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f181ee1  gnu: emacs-vertico: Update to 0.4.
f181ee1 is described below

commit f181ee1f424308618d5d8d2ae9afacc5f8ec7b73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Apr 14 10:25:54 2021 +0200

    gnu: emacs-vertico: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.4.
---
 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 dca4509..91c6bf8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27619,7 +27619,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method git-fetch)
@@ -27628,7 +27628,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1r2p09y3ag14dqd46nyy1pa2j2cvn4gn9pji47mzmwydsm2f8hv1"))))
+        (base32 "0ijahr9dzs7v56w2n74xp0akzbzbxlw5852bywc4h24xdspakj52"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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