mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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
This commit is contained in:
parent
957d4025c5
commit
d62a613bcf
1 changed files with 60 additions and 57 deletions
|
@ -9919,18 +9919,21 @@ (define-public emacs-tagedit
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-slime
|
(define-public emacs-slime
|
||||||
|
;; Update together with sbcl-slime-swank.
|
||||||
|
(let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-slime")
|
(name "emacs-slime")
|
||||||
(version "2.28")
|
(version (git-version "2.28" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/slime/slime")
|
(url "https://github.com/slime/slime")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1acmm4w1mv1qzpnkgc4wyiilbx8l0dk16sx8wv815ri5ks289rll"))))
|
(base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -9980,7 +9983,7 @@ (define-public emacs-slime
|
||||||
While lisp-mode supports editing Lisp source files, @command{slime-mode}
|
While lisp-mode supports editing Lisp source files, @command{slime-mode}
|
||||||
adds support for interacting with a running Common Lisp process
|
adds support for interacting with a running Common Lisp process
|
||||||
for compilation, debugging, documentation lookup, and so on.")
|
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
|
(define-public emacs-popup
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue