[PATCH] gnu: sbcl-slime-swank: Update to 2.26.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Jacob MacDonald
Owner
unassigned
Submitted by
Jacob MacDonald
Severity
normal

Debbugs page

Jacob MacDonald wrote 3 years ago
(address . guix-patches@gnu.org)
CACy6W0ATGyYGuzjCnL546W6mezroap+gK6rDmwDqGwxhMGEQ9w@mail.gmail.com
* 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(-)

Toggle diff (24 lines)
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
Guillaume Le Vaillant wrote 3 years ago
(name . Jacob MacDonald)(address . jaccarmac@gmail.com)(address . 52358-done@debbugs.gnu.org)
87h7bftnzo.fsf@kitej
Patch pushed as b3a801330ed1c126a215fa8e3ff2aea0880eeba8.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYbSCSw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/csAEAjtQD2onK4AxupNgvoWaNQCdDYWrp06PKY2Pe
iCyrTFIBAJGEcS50P+buJjcBbHsQjO86LV0dZtASiVp8OGYNFTsf
=u9Ea
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52358@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52358
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help