diff mbox series

[bug#64704] : Update sbcl-usocket to 0.8.6

Message ID 87o7k91lva.fsf@gmail.com
State New
Headers show
Series [bug#64704] : Update sbcl-usocket to 0.8.6 | expand

Commit Message

André A. Gomes July 18, 2023, 11:48 a.m. UTC
Hi Guix,

Patch attached.

Comments

Guillaume Le Vaillant July 19, 2023, 7:49 a.m. UTC | #1
Patch applied as 1f53bfb7d73638e5187df6f0e976b5f5eb091b0d.
Thanks.
diff mbox series

Patch

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(-)

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