guix-commits
[Top][All Lists]
Advanced

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

26/78: gnu: emacs-cape: Update to 1.3.


From: guix-commits
Subject: 26/78: gnu: emacs-cape: Update to 1.3.
Date: Fri, 23 Feb 2024 03:12:02 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 3fc9878f1b658a45e67e6ed9e10873c9cf1b5df9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:23:36 2024 +0100

    gnu: emacs-cape: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.3.
    
    Change-Id: I2267ba11037c027b0b77d83fe6718aab0dd8b52a
---
 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 8c9e58ba80..2ec5a72e06 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4768,7 +4768,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "1.1")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -4777,7 +4777,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nx08i11s0z9kk711r7wp8sgj00n8hjk5gx0rqr9awrl9fmw1kp2"))))
+        (base32 "1zz5sah8zdkvmbh2kdn4v5vf3sb09krdrxhzyzcg63zjya2z8prz"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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