mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-slime: Update to 2.22.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.22.
This commit is contained in:
parent
3e70c3a06e
commit
8f3dc810b1
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue