gnu: emacs-geiser: Update to 0.29.1.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.29.1.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:50:12 +02:00
parent 66f8e3ad35
commit f9044b3582
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -408,7 +408,7 @@ (define-public emacs-cfrs
(define-public emacs-geiser
(package
(name "emacs-geiser")
(version "0.28.2")
(version "0.29.1")
(source
(origin
(method git-fetch)
@ -417,7 +417,7 @@ (define-public emacs-geiser
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01sif1pw3shhdzcg9vidc2j5cqmrgjh5kynicf5mh3kmlvvsg9k6"))))
(base32 "1jbjhljjbwz2inh8x0ivsx6l1amm550cji6q2rdaay2jl8a8db0q"))))
(build-system emacs-build-system)
(arguments
'(#:phases