gnu: emacs-slime: Update to 2.22.

* gnu/packages/emacs.scm (emacs-slime): Update to 2.22.
This commit is contained in:
Pierre Neidhardt 2018-10-10 17:45:07 +02:00
parent 3e70c3a06e
commit 8f3dc810b1
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -3034,7 +3034,7 @@ (define-public emacs-tagedit
(define-public emacs-slime
(package
(name "emacs-slime")
(version "2.20")
(version "2.22")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
@ -3044,7 +3044,7 @@ (define-public emacs-slime
version ".tar.gz"))
(sha256
(base32
"086lq5y4pvj9wihy0si02xxvyzpzz8mcg3hz1cvy9zxlyjwzr1gk"))))
"07vaib1n4zyh5yy30gdpq0bc5cv6w84piml5b3mfc9ibjhaykkms"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))