diff mbox series

[bug#44355] Update cl-slime-swank

Message ID 874kmamgua.fsf@gmail.com
State Accepted
Headers show
Series [bug#44355] Update cl-slime-swank | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

André A. Gomes Oct. 31, 2020, 5:43 p.m. UTC
Hello Guix!
--
André Alexandre Gomes
"Free Thought, Free World"

Comments

Marius Bakke Nov. 10, 2020, 8:35 p.m. UTC | #1
André Alexandre Gomes <andremegafone@gmail.com> writes:

> Hello Guix!

Hi André!

I added a commit message for you and committed.

In the future, please use 'git format-patch' or 'git send-email' to
generate patch files for easier merging.  :-)

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fb85416e38..2b4702d6bc 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")