1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

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
This commit is contained in:
Nicolas Goaziou
2024-09-15 09:20:23 +02:00
parent cc9094d322
commit 76878dfecf

View File

@@ -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