[PATCH]: Update sbcl-usocket to 0.8.6

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal

Debbugs page

André A. Gomes wrote 2 years ago
(address . guix-patches@gnu.org)
87o7k91lva.fsf@gmail.com
Hi Guix,

Patch attached.


--
André A. Gomes
"You cannot even find the ruins..."
From b819526ceff1d54a09905f11eb480aa41a8bb282 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 18 Jul 2023 13:17:55 +0300
Subject: [PATCH 5/5] gnu: sbcl-usocket: Update to 0.8.6.

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.6.
---
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 7898828cdc..192745724c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5317,7 +5317,7 @@ (define-public ecl-portable-threads
(define-public sbcl-usocket
(package
(name "sbcl-usocket")
- (version "0.8.5")
+ (version "0.8.6")
(source
(origin
(method git-fetch)
@@ -5326,7 +5326,7 @@ (define-public sbcl-usocket
(commit (string-append "v" version))))
(file-name (git-file-name "cl-usocket" version))
(sha256
- (base32 "1pn5mf4d9g3b7h0vfx0mh7rlrydfbk8q35pg4ip6prf4zyg70wba"))))
+ (base32 "0by8hhg6gijdbq5vjykd374rmvqyikp4synpyk0wjcl7rk3r0vgn"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-rt))
--
2.41.0
Guillaume Le Vaillant wrote 2 years ago
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 64704-done@debbugs.gnu.org)
877cqwe3xt.fsf@kitej
Patch applied as 1f53bfb7d73638e5187df6f0e976b5f5eb091b0d.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZLeVjg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8pfgD+J4Gd1mtNLvAjc51xDP0FpnbyW0x/gq3/o/19
gEXP3QUBAI18Jq2Ugccwa3pm09J9Gn56QkjyYBqLu1RVBGYgCt9f
=z9vf
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64704
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