gnu: emacs-slime: Update to 2.27.

* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.27.
This commit is contained in:
Nicolas Goaziou 2022-01-28 09:48:57 +01:00
parent 8c8ce3faf5
commit 970e974b95
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6984,7 +6984,7 @@ (define-public emacs-tagedit
(define-public emacs-slime
(package
(name "emacs-slime")
(version "2.26.1")
(version "2.27")
(source
(origin
(method git-fetch)
@ -6993,7 +6993,7 @@ (define-public emacs-slime
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1a25ixb7q4svqabxnhwkk43v47mbsh13qwm7qlazkd3zkr8j3cli"))))
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))))
(build-system emacs-build-system)
(native-inputs
(list texinfo))