guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-geiser-chez: Update to 0.17.


From: guix-commits
Subject: branch master updated: gnu: emacs-geiser-chez: Update to 0.17.
Date: Sat, 18 Dec 2021 10:38:06 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3aef0e7  gnu: emacs-geiser-chez: Update to 0.17.
3aef0e7 is described below

commit 3aef0e7ee67932058629e45a44091d1b4a322f90
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 18 16:37:15 2021 +0100

    gnu: emacs-geiser-chez: Update to 0.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.17.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2764178..2521405 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -415,7 +415,7 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
 (define-public emacs-geiser-chez
   (package
     (name "emacs-geiser-chez")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method git-fetch)
@@ -424,8 +424,7 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0cc1z5z5cpvxa5f3n8kvms0wxlybzcg4l1bh3rwv1l1sb0lk1xzx"))))
+        (base32 "03fc9ahb0pmznkcnxzgpni4clj1zgky6vaqkc94nf8b8swniwkm9"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons "^src/" %default-include)



reply via email to

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