mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-slime: Update to 2.28.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.28.
This commit is contained in:
parent
3c42e7a343
commit
85f72d8206
1 changed files with 2 additions and 2 deletions
|
@ -8775,7 +8775,7 @@ (define-public emacs-tagedit
|
|||
(define-public emacs-slime
|
||||
(package
|
||||
(name "emacs-slime")
|
||||
(version "2.27")
|
||||
(version "2.28")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8784,7 +8784,7 @@ (define-public emacs-slime
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))))
|
||||
(base32 "1acmm4w1mv1qzpnkgc4wyiilbx8l0dk16sx8wv815ri5ks289rll"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
|
|
Loading…
Reference in a new issue