me
/
guix
Archived
1
0
Fork 0

gnu: emacs-geiser: Update to 0.21.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.
master
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
1 changed files with 2 additions and 2 deletions

View File

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