guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-cape: Update to 0.6.


From: guix-commits
Subject: 04/05: gnu: emacs-cape: Update to 0.6.
Date: Sun, 6 Feb 2022 18:03:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 645b06ed45a4c6efe623d840065b35c076c5b568
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 6 23:58:53 2022 +0100

    gnu: emacs-cape: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.6.
---
 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 8bf5235994..5e14321165 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3007,7 +3007,7 @@ overlay below or above the point.  Corfu can be 
considered the minimalistic
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -3016,7 +3016,7 @@ overlay below or above the point.  Corfu can be 
considered the minimalistic
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0780qymlrg3glyxypizqzwicp5ly5xavxgpmayhx8cxlgp2zlkjh"))))
+        (base32 "1bmxpfp0zs24lbp1mlcc66f4s5gxgrj78001h241mzndc3kaiqfk"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/cape";)
     (synopsis "Completion at point extensions for Emacs")



reply via email to

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