mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-geiser: Update to 0.30.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.30. Change-Id: I18d7c0132a13f8306de536c240edae8521ec9864
This commit is contained in:
parent
3bb78ceb9d
commit
d7f6c26691
1 changed files with 2 additions and 2 deletions
|
@ -435,7 +435,7 @@ (define-public emacs-arei
|
|||
(define-public emacs-geiser
|
||||
(package
|
||||
(name "emacs-geiser")
|
||||
(version "0.29.1")
|
||||
(version "0.30")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -444,7 +444,7 @@ (define-public emacs-geiser
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jbjhljjbwz2inh8x0ivsx6l1amm550cji6q2rdaay2jl8a8db0q"))))
|
||||
(base32 "1y9k9v7ll816rs20krchrk080b3a5q4hikskaamvr5hrmi0jw938"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue