guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-geiser-guile: Update to 0.21.


From: guix-commits
Subject: branch master updated: gnu: emacs-geiser-guile: Update to 0.21.
Date: Thu, 13 Jan 2022 03:19:21 -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 8fe53dbdbb gnu: emacs-geiser-guile: Update to 0.21.
8fe53dbdbb is described below

commit 8fe53dbdbb4bc75a9506d48a56cae4857ac1b321
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 13 09:18:34 2022 +0100

    gnu: emacs-geiser-guile: Update to 0.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.21.
---
 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 6b0e6a21cb..df469fa9ce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -286,7 +286,7 @@ e.g. emacs-geiser-guile for Guile.")
 (define-public emacs-geiser-guile
   (package
     (name "emacs-geiser-guile")
-    (version "0.20.1")
+    (version "0.21")
     (source
      (origin
        (method git-fetch)
@@ -295,7 +295,7 @@ e.g. emacs-geiser-guile for Guile.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bpsih99rvcjwllv631y1nz8vxymbz1x2n1l0qsljpn8g3cgrfbr"))))
+        (base32 "0nab8a0iyv554gfds7r677qvzwpml2fm7ql41vf7sc1y0yx0d6ql"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons "^src/" %default-include)



reply via email to

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