guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-cape: Update to 0.7.


From: guix-commits
Subject: 01/07: gnu: emacs-cape: Update to 0.7.
Date: Tue, 8 Mar 2022 17:58:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 5e99c3f470101377368530d38bac88338a82a075
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:29:27 2022 +0100

    gnu: emacs-cape: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
---
 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 e8605e44ad..b9b358dd77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3077,7 +3077,7 @@ overlay below or above the point.  Corfu can be 
considered the minimalistic
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -3086,7 +3086,7 @@ overlay below or above the point.  Corfu can be 
considered the minimalistic
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bmxpfp0zs24lbp1mlcc66f4s5gxgrj78001h241mzndc3kaiqfk"))))
+        (base32 "0731c55bb1vxdh8k7312z1bvf7g8jwr2n04q3ffpqp0fan6ra025"))))
     (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]