all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52358] [PATCH] gnu: sbcl-slime-swank: Update to 2.26.1
@ 2021-12-07 20:47 Jacob MacDonald
  2021-12-11 10:49 ` bug#52358: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob MacDonald @ 2021-12-07 20:47 UTC (permalink / raw)
  To: 52358

* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.26.1.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 635f8e48cb..5f1ec40199 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2113,7 +2113,7 @@ (define-public ecl-pythonic-string-reader
 (define-public sbcl-slime-swank
   (package
     (name "sbcl-slime-swank")
-    (version "2.26")
+    (version "2.26.1")
     (source
      (origin
        (file-name (git-file-name "slime-swank" version))
@@ -2123,7 +2123,7 @@ (define-public sbcl-slime-swank
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0mxb1wnw19v0s72w2wkz5afdlzvpy5nn7pr4vav403qybac0sw5c"))))
+         "1a25ixb7q4svqabxnhwkk43v47mbsh13qwm7qlazkd3zkr8j3cli"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      '(#:asd-systems '("swank")))
-- 
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 20:47 [bug#52358] [PATCH] gnu: sbcl-slime-swank: Update to 2.26.1 Jacob MacDonald
2021-12-11 10:49 ` bug#52358: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.