mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-slime-swank: Update to 2.26.
* gnu/packages/lisp-xyz.scm (cl-slime-swank): Update to 2.26.
This commit is contained in:
parent
3ec4b34e90
commit
c35403cc37
1 changed files with 2 additions and 2 deletions
|
@ -1819,7 +1819,7 @@ writing code that contains string literals that contain code themselves.")
|
||||||
(define-public cl-slime-swank
|
(define-public cl-slime-swank
|
||||||
(package
|
(package
|
||||||
(name "cl-slime-swank")
|
(name "cl-slime-swank")
|
||||||
(version "2.24")
|
(version "2.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
@ -1829,7 +1829,7 @@ writing code that contains string literals that contain code themselves.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
|
"0mxb1wnw19v0s72w2wkz5afdlzvpy5nn7pr4vav403qybac0sw5c"))))
|
||||||
(build-system asdf-build-system/source)
|
(build-system asdf-build-system/source)
|
||||||
(home-page "https://github.com/slime/slime")
|
(home-page "https://github.com/slime/slime")
|
||||||
(synopsis "Common Lisp Swank server")
|
(synopsis "Common Lisp Swank server")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue