me
/
guix
Archived
1
0
Fork 0

gnu: emacs-slime: Update to 2.19.

* gnu/packages/emacs.scm (emacs-slime): Update to 2.19.
master
Tobias Geerinckx-Rice 2017-03-18 00:43:01 +01:00
parent 55f7a27cee
commit b6bd9a79d4
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2179,7 +2179,7 @@ in @code{html-mode}.")
(define-public emacs-slime
(package
(name "emacs-slime")
(version "2.18")
(version "2.19")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
@ -2189,7 +2189,7 @@ in @code{html-mode}.")
version ".tar.gz"))
(sha256
(base32
"146avwbwr6mw0nmgyihx8gkr0mv6al7a73igzxvysj62000cqvlj"))))
"1jhaq5cn89k45nzyl0jd12gmjxnh1bq9jlfwrxba342agxsscb0p"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))