gnu: emacs-slime: Update to 2.19.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.19.master
parent
55f7a27cee
commit
b6bd9a79d4
|
@ -2179,7 +2179,7 @@ in @code{html-mode}.")
|
||||||
(define-public emacs-slime
|
(define-public emacs-slime
|
||||||
(package
|
(package
|
||||||
(name "emacs-slime")
|
(name "emacs-slime")
|
||||||
(version "2.18")
|
(version "2.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
@ -2189,7 +2189,7 @@ in @code{html-mode}.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"146avwbwr6mw0nmgyihx8gkr0mv6al7a73igzxvysj62000cqvlj"))))
|
"1jhaq5cn89k45nzyl0jd12gmjxnh1bq9jlfwrxba342agxsscb0p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Reference in New Issue