mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-geiser: Update to 0.25.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.25.1.
This commit is contained in:
parent
36b38bb4f3
commit
4719f3d204
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ (define-module (gnu packages emacs-xyz)
|
|||
(define-public emacs-geiser
|
||||
(package
|
||||
(name "emacs-geiser")
|
||||
(version "0.23.2")
|
||||
(version "0.25.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -259,7 +259,7 @@ (define-public emacs-geiser
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p5cwx0xwva4ajgj8hnrk8bx6n3hv1z7aqs4zivp81crnq4077yw"))))
|
||||
(base32 "0qm43qkf0rpcbsf5wb7b51m79jvn2fkl19f49acbzjpavx66vn3n"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue