mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-geiser: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.
This commit is contained in:
parent
86434dfbc9
commit
dab9881ec7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue