gnu: emacs-geiser: Update to 0.21.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.
This commit is contained in:
Nicolas Goaziou 2021-12-22 23:25:27 +01:00
parent 86434dfbc9
commit dab9881ec7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -236,7 +236,7 @@ (define-module (gnu packages emacs-xyz)
(define-public emacs-geiser
(package
(name "emacs-geiser")
(version "0.20.1")
(version "0.21")
(source
(origin
(method git-fetch)
@ -245,7 +245,7 @@ (define-public emacs-geiser
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0bbs9zn49a15hnakzzn3qmybmcjmnjlaggczr1zkw9rf1qy78krc"))))
(base32 "19if1n2wx1i6mjslh3s2cnb261xjn25w2yll1hk4fdq4afbwbzbs"))))
(build-system emacs-build-system)
(arguments
'(#:phases