gnu: emacs-slime: Update to 2.27.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.27.master
parent
8c8ce3faf5
commit
970e974b95
|
@ -6984,7 +6984,7 @@ in @code{html-mode}.")
|
||||||
(define-public emacs-slime
|
(define-public emacs-slime
|
||||||
(package
|
(package
|
||||||
(name "emacs-slime")
|
(name "emacs-slime")
|
||||||
(version "2.26.1")
|
(version "2.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6993,7 +6993,7 @@ in @code{html-mode}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a25ixb7q4svqabxnhwkk43v47mbsh13qwm7qlazkd3zkr8j3cli"))))
|
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
|
Reference in New Issue