all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jacob MacDonald <jaccarmac@gmail.com>
To: 52358@debbugs.gnu.org
Subject: [bug#52358] [PATCH] gnu: sbcl-slime-swank: Update to 2.26.1
Date: Tue, 7 Dec 2021 14:47:07 -0600	[thread overview]
Message-ID: <CACy6W0ATGyYGuzjCnL546W6mezroap+gK6rDmwDqGwxhMGEQ9w@mail.gmail.com> (raw)

* 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




             reply	other threads:[~2021-12-07 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 20:47 Jacob MacDonald [this message]
2021-12-11 10:49 ` bug#52358: [PATCH] gnu: sbcl-slime-swank: Update to 2.26.1 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACy6W0ATGyYGuzjCnL546W6mezroap+gK6rDmwDqGwxhMGEQ9w@mail.gmail.com \
    --to=jaccarmac@gmail.com \
    --cc=52358@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.