gnu: emacs-slime: Update to 2.28-1.735258a.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.28-1.735258a. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
7dd3a3240b
commit
e6a9b48877
1 changed files with 3 additions and 3 deletions
|
@ -9992,8 +9992,8 @@ in @code{html-mode}.")
|
||||||
|
|
||||||
(define-public emacs-slime
|
(define-public emacs-slime
|
||||||
;; Update together with sbcl-slime-swank.
|
;; Update together with sbcl-slime-swank.
|
||||||
(let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
|
(let ((commit "735258a26bb97e85d25f39e4bef83c1f80c12f5d")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-slime")
|
(name "emacs-slime")
|
||||||
(version (git-version "2.28" revision commit))
|
(version (git-version "2.28" revision commit))
|
||||||
|
@ -10005,7 +10005,7 @@ in @code{html-mode}.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))))
|
(base32 "0prskgzfqjmn8sc7p9nklnd0n1plwcvh40slgh23km31raplmzk7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue