guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4.


From: jgart
Subject: [bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4.
Date: Wed, 30 Mar 2022 16:56:56 -0400

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.4.
[native-inputs]: Add spacing.
[inputs]: Use guix style.
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d24983694c..641e504c89 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3522,7 +3522,7 @@ (define-public ecl-portable-threads
 (define-public sbcl-usocket
   (package
     (name "sbcl-usocket")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -3532,13 +3532,12 @@ (define-public sbcl-usocket
        (file-name (git-file-name "usocket" version))
        (sha256
         (base32
-         "0x746wr2324l6bn7skqzgkzcbj5kd0zp2ck0c8rldrw0rzabg826"))))
+         "0l5alk6nph6kxgd84pxq8d56pz3ywnpp0kpnlg4cadaics3hycg7"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
-     (list sbcl-rt))
+      (list sbcl-rt))
     (inputs
-     `(("bordeaux-threads" ,sbcl-bordeaux-threads)
-       ("split-sequence" ,sbcl-split-sequence)))
+      (list sbcl-bordeaux-threads sbcl-split-sequence))
     (arguments
      `(#:tests? #f ; FIXME: Tests need network access?
        #:asd-systems '("usocket"
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]