me
/
guix
Archived
1
0
Fork 0

gnu: emacs-slime: Update to 2.28-0.0cc2e73.

* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.28-0.0cc2e73.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I6de344de136c7f68a93e6b5e02f6a96b3e3127e5
Andre A. Gomes 2023-10-24 10:28:01 +03:00 committed by Guillaume Le Vaillant
parent 957d4025c5
commit d62a613bcf
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 60 additions and 57 deletions

View File

@ -9919,18 +9919,21 @@ in @code{html-mode}.")
(license license:gpl3+)))
(define-public emacs-slime
;; Update together with sbcl-slime-swank.
(let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
(revision "0"))
(package
(name "emacs-slime")
(version "2.28")
(version (git-version "2.28" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/slime/slime")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1acmm4w1mv1qzpnkgc4wyiilbx8l0dk16sx8wv815ri5ks289rll"))))
(base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))))
(build-system emacs-build-system)
(arguments
(list
@ -9980,7 +9983,7 @@ an Emacs minor mode that complements the standard @command{lisp-mode}.
While lisp-mode supports editing Lisp source files, @command{slime-mode}
adds support for interacting with a running Common Lisp process
for compilation, debugging, documentation lookup, and so on.")
(license (list license:gpl2+ license:public-domain))))
(license (list license:gpl2+ license:public-domain)))))
(define-public emacs-popup
(package