mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-geiser: Update to 0.28.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.1.
This commit is contained in:
parent
059d38dc3f
commit
48b2dd1d59
1 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ (define-module (gnu packages emacs-xyz)
|
|||
(define-public emacs-geiser
|
||||
(package
|
||||
(name "emacs-geiser")
|
||||
(version "0.28")
|
||||
(version "0.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -267,7 +267,7 @@ (define-public emacs-geiser
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dd20cq3nz4jjysaqx2aiqqaxvkfkbj2x4zm2mz3pd4rmydckj2y"))))
|
||||
(base32 "111as99278vbv6pwj8rpl308g327f8iznnrz71mngl6d5mr0xpa1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue