guix-commits
[Top][All Lists]
Advanced

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

14/53: gnu: emacs-cape: Update to 1.1.


From: guix-commits
Subject: 14/53: gnu: emacs-cape: Update to 1.1.
Date: Mon, 1 Jan 2024 20:26:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3b8ff1d10183933318f6c2dca365c0c2281f60d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:36:17 2024 +0100

    gnu: emacs-cape: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.1.
    
    Change-Id: I7b2c1c415e62d4c13d0f3d5b946d93423dc08fb4
---
 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 d608a7405b..5ba2a90d26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4675,7 +4675,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "0.17")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -4684,7 +4684,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kzhiffzv20rwjcx0iywj39hxibw0wga9ck77yam9xv7ips2mav4"))))
+        (base32 "0nx08i11s0z9kk711r7wp8sgj00n8hjk5gx0rqr9awrl9fmw1kp2"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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