guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: emacs-geiser-chez: Update to 0.18.


From: guix-commits
Subject: 02/07: gnu: emacs-geiser-chez: Update to 0.18.
Date: Fri, 24 Mar 2023 19:28:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2bc050093c535d0a2057e1b7f0fa56080b2f6ac2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 24 23:39:42 2023 +0100

    gnu: emacs-geiser-chez: Update to 0.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.18.
---
 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 09948a008e..859739caf2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -583,7 +583,7 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
 (define-public emacs-geiser-chez
   (package
     (name "emacs-geiser-chez")
-    (version "0.17")
+    (version "0.18")
     (source
      (origin
        (method git-fetch)
@@ -592,7 +592,7 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03fc9ahb0pmznkcnxzgpni4clj1zgky6vaqkc94nf8b8swniwkm9"))))
+        (base32 "19yv5brhzf10hsazmm8s1b058d434hv60a52s08m3kxyrkwr5sca"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons "^src/" %default-include)



reply via email to

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