gnu: emacs-slime, sbcl-slime-swank: Update to 2.30.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.30. * gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.30. Change-Id: Id64f3bd4dda8a91dc420a919eab676f00e6e982fmaster
parent
0124cc3cd7
commit
6d94bffd78
|
@ -10521,7 +10521,7 @@ in HTML mode.")
|
|||
;; Update together with sbcl-slime-swank.
|
||||
(package
|
||||
(name "emacs-slime")
|
||||
(version "2.29.1")
|
||||
(version "2.30")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10530,7 +10530,7 @@ in HTML mode.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fcasqsdfwsphkfx1vd3r5mr89vgvzb9g2dbw82mc9lijg1mr1ki"))))
|
||||
(base32 "1z9mi663cs5gks1fz5yy9dycx47sbs6fdr47z05yc1nl8znqib99"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
@ -26410,7 +26410,7 @@ the Processing language and shares some of the API.")
|
|||
;; Update together with emacs-slime.
|
||||
(package
|
||||
(name "sbcl-slime-swank")
|
||||
(version "2.29.1")
|
||||
(version "2.30")
|
||||
(source
|
||||
(origin
|
||||
(file-name (git-file-name "cl-slime-swank" version))
|
||||
|
@ -26419,7 +26419,7 @@ the Processing language and shares some of the API.")
|
|||
(url "https://github.com/slime/slime/")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1fcasqsdfwsphkfx1vd3r5mr89vgvzb9g2dbw82mc9lijg1mr1ki"))
|
||||
(base32 "1z9mi663cs5gks1fz5yy9dycx47sbs6fdr47z05yc1nl8znqib99"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; The doc folder drags `gawk' into the closure. Doc is already
|
||||
|
|
Reference in New Issue