gnu: emacs-geiser: Update to 0.29.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.29.1.
This commit is contained in:
parent
66f8e3ad35
commit
f9044b3582
1 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ input via a small child-frame spawned at the position of the cursor.")
|
||||||
(define-public emacs-geiser
|
(define-public emacs-geiser
|
||||||
(package
|
(package
|
||||||
(name "emacs-geiser")
|
(name "emacs-geiser")
|
||||||
(version "0.28.2")
|
(version "0.29.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -417,7 +417,7 @@ input via a small child-frame spawned at the position of the cursor.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01sif1pw3shhdzcg9vidc2j5cqmrgjh5kynicf5mh3kmlvvsg9k6"))))
|
(base32 "1jbjhljjbwz2inh8x0ivsx6l1amm550cji6q2rdaay2jl8a8db0q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue