ngz pushed a commit to branch master
in repository guix.
commit 76878dfecf1d9c442d75d3795765c67908faa1c7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:23 2024 +0200
gnu: emacs-geiser: Update to 0.31.1.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.31.1.1.
Change-Id: Ie8b392a81a8648277050f0b3e2415ca41374f0e9
---
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 59033d037a..9ca043754f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -500,7 +500,7 @@ input via a small child-frame spawned at the position of
the cursor.")
(define-public emacs-geiser
(package
(name "emacs-geiser")
- (version "0.31")
+ (version "0.31.1.1")
(source
(origin
(method git-fetch)
@@ -509,7 +509,7 @@ input via a small child-frame spawned at the position of
the cursor.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1lxvgj50c3lbyib4lcv4f5xjhgnngnklc8sszrx5yy9snsrd1sn5"))))
+ (base32 "194k1bj4ncl9w68s0dkm9ya853hxbm9lxwsckqsmaj57jz7hw46f"))))
(build-system emacs-build-system)
(arguments
'(#:phases