gnu: emacs-geiser: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Fix version.

Change-Id: I4d9c4134f00e3d3fcae477e3bb2fd2f249c4ae4b
This commit is contained in:
Nicolas Goaziou 2024-09-15 16:05:42 +02:00
parent 16ffcce3cd
commit ba470eb608
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -500,7 +500,7 @@ input via a small child-frame spawned at the position of the cursor.")
(define-public emacs-geiser (define-public emacs-geiser
(package (package
(name "emacs-geiser") (name "emacs-geiser")
(version "0.31.1.1") (version "0.31.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)