me
/
guix
Archived
1
0
Fork 0

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: Id64f3bd4dda8a91dc420a919eab676f00e6e982f
master
Nicolas Goaziou 2024-06-29 09:58:20 +02:00
parent 0124cc3cd7
commit 6d94bffd78
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
2 changed files with 4 additions and 4 deletions

View File

@ -10521,7 +10521,7 @@ in HTML mode.")
;; Update together with sbcl-slime-swank. ;; Update together with sbcl-slime-swank.
(package (package
(name "emacs-slime") (name "emacs-slime")
(version "2.29.1") (version "2.30")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10530,7 +10530,7 @@ in HTML mode.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fcasqsdfwsphkfx1vd3r5mr89vgvzb9g2dbw82mc9lijg1mr1ki")))) (base32 "1z9mi663cs5gks1fz5yy9dycx47sbs6fdr47z05yc1nl8znqib99"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list

View File

@ -26410,7 +26410,7 @@ the Processing language and shares some of the API.")
;; Update together with emacs-slime. ;; Update together with emacs-slime.
(package (package
(name "sbcl-slime-swank") (name "sbcl-slime-swank")
(version "2.29.1") (version "2.30")
(source (source
(origin (origin
(file-name (git-file-name "cl-slime-swank" version)) (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/") (url "https://github.com/slime/slime/")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1fcasqsdfwsphkfx1vd3r5mr89vgvzb9g2dbw82mc9lijg1mr1ki")) (base32 "1z9mi663cs5gks1fz5yy9dycx47sbs6fdr47z05yc1nl8znqib99"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; The doc folder drags `gawk' into the closure. Doc is already ;; The doc folder drags `gawk' into the closure. Doc is already