guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: emacs-cape: Update to 0.8.


From: guix-commits
Subject: 01/06: gnu: emacs-cape: Update to 0.8.
Date: Mon, 11 Jul 2022 04:59:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fc48aacdeb83d1087e7c73135d1f6cdf875a67e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 10:38:19 2022 +0200

    gnu: emacs-cape: Update to 0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.8.
---
 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 df900092bf..8ea24c1010 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3257,7 +3257,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
 (define-public emacs-cape
   (package
     (name "emacs-cape")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -3266,7 +3266,7 @@ be regarded as @code{emacs-company-quickhelp} for 
@code{emacs-corfu}.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0731c55bb1vxdh8k7312z1bvf7g8jwr2n04q3ffpqp0fan6ra025"))))
+        (base32 "0zv3hcnarwyhj4hhfk9kz4gzshks10vd5zfsmpv5nlbhvwp69j3p"))))
     (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]