Archived
1
0
Fork 0

gnu: emacs-geiser: Update to 0.20.1.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.1.
This commit is contained in:
Nicolas Goaziou 2021-12-21 09:34:19 +01:00
parent 96d0d61a9b
commit 2bbc3864c3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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