mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-geiser-guile: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.21.
This commit is contained in:
parent
0a6d538acd
commit
8fe53dbdbb
1 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-geiser-guile
|
||||
(package
|
||||
(name "emacs-geiser-guile")
|
||||
(version "0.20.1")
|
||||
(version "0.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -295,7 +295,7 @@ (define-public emacs-geiser-guile
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bpsih99rvcjwllv631y1nz8vxymbz1x2n1l0qsljpn8g3cgrfbr"))))
|
||||
(base32 "0nab8a0iyv554gfds7r677qvzwpml2fm7ql41vf7sc1y0yx0d6ql"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons "^src/" %default-include)
|
||||
|
|
Loading…
Reference in a new issue