diff options
author | Alexandre Gomes <andremegafone@gmail.com> | 2020-10-31 20:43:25 +0300 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-10 22:32:12 +0100 |
commit | c35403cc3791d64194e9d6ff846e5983de31021d (patch) | |
tree | 73977b1d9aaa68b79f84a650582864d9f7b928be /gnu/packages/lisp-xyz.scm | |
parent | 3ec4b34e908f8169aec088b53782463701f0b4d3 (diff) |
gnu: cl-slime-swank: Update to 2.26.
* gnu/packages/lisp-xyz.scm (cl-slime-swank): Update to 2.26.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4a8a9f4e02..bec4aeeed5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -1819,7 +1819,7 @@ writing code that contains string literals that contain code themselves.") (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 @@ writing code that contains string literals that contain code themselves.") (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") |