mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-geiser-guile: Update to 0.28.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.1.
This commit is contained in:
parent
48b2dd1d59
commit
4c560af9aa
1 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-geiser-guile
|
||||
(package
|
||||
(name "emacs-geiser-guile")
|
||||
(version "0.28.0")
|
||||
(version "0.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -314,7 +314,7 @@ (define-public emacs-geiser-guile
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13qxg1npm0pmnml5q268k5xk1clyqldp8v200ihrqwqlc3ga7f36"))))
|
||||
(base32 "0gp8xbfm7y2gabjyys8jylfy1pkkglqas32xxrbqxfh1hv0cfh2f"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue