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:
Alexandre Gomes 2020-10-31 20:43:25 +03:00 committed by Marius Bakke
parent 3ec4b34e90
commit c35403cc37
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1819,7 +1819,7 @@ (define-public ecl-pythonic-string-reader
(define-public cl-slime-swank
(package
(name "cl-slime-swank")
(version "2.24")
(version "2.26")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
@ -1829,7 +1829,7 @@ (define-public cl-slime-swank
(commit (string-append "v" version))))
(sha256
(base32
"0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
"0mxb1wnw19v0s72w2wkz5afdlzvpy5nn7pr4vav403qybac0sw5c"))))
(build-system asdf-build-system/source)
(home-page "https://github.com/slime/slime")
(synopsis "Common Lisp Swank server")