me
/
guix
Archived
1
0
Fork 0

gnu: emacs-slime: Update to 2.25.

* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
master
Nicolas Goaziou 2020-07-27 11:28:44 +02:00
parent 6de772d9d4
commit d8b9904e41
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5270,7 +5270,7 @@ in @code{html-mode}.")
(define-public emacs-slime
(package
(name "emacs-slime")
(version "2.24")
(version "2.25")
(source
(origin
(method git-fetch)
@ -5279,7 +5279,7 @@ in @code{html-mode}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
(base32 "0rz54943cbs9lvpc8hnyw5ka60f3bi8x4xykk8pq0lpmv1zbij1x"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))