mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-slime: Update to 2.31.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.31. Change-Id: Id67ce2c0c496d54d2eb11fcfcabf6f94d07461c8
This commit is contained in:
parent
db068d3b68
commit
87c2546d94
1 changed files with 2 additions and 2 deletions
|
@ -11124,7 +11124,7 @@ in HTML mode.")
|
|||
;; Update together with sbcl-slime-swank.
|
||||
(package
|
||||
(name "emacs-slime")
|
||||
(version "2.30")
|
||||
(version "2.31")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11133,7 +11133,7 @@ in HTML mode.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z9mi663cs5gks1fz5yy9dycx47sbs6fdr47z05yc1nl8znqib99"))))
|
||||
(base32 "0nv99wq2vz053p0rn9953rhmyz4g40zdl01mz7z9xbklxzbsx6x7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue