André A. Gomes wrote 2 years ago
(address . guix-patches@gnu.org)
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