guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-cape: Update to 0.12.


From: guix-commits
Subject: 05/06: gnu: emacs-cape: Update to 0.12.
Date: Sun, 1 Jan 2023 05:24:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 98384b799d2d8c2eaaa3b1e70a78a3ec943f7819
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 1 11:18:10 2023 +0100

    gnu: emacs-cape: Update to 0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.12.
---
 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 946def62d1..61fb0f450e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3780,7 +3780,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "0.11")
+    (version "0.12")
     (source
      (origin
        (method git-fetch)
@@ -3789,7 +3789,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z6ixw7gsx1g7x2xpj5ilslrjrlp6x2ynzh731hs3yf3n281715b"))))
+        (base32 "1855wi6ghi42ngjq3qyjr3p1nc57s257v9c98wqmb2n6vca5p2lp"))))
     (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]