unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4.
@ 2022-03-30 20:56 jgart via Guix-patches via
  2022-04-01 11:41 ` bug#54643: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-30 20:56 UTC (permalink / raw)
  To: 54643; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54643: [PATCH] gnu: sbcl-usocket: Update to 0.8.4.
  2022-03-30 20:56 [bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4 jgart via Guix-patches via
@ 2022-04-01 11:41 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-01 11:41 UTC (permalink / raw)
  To: jgart; +Cc: 54643-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as b724c847a23f7fcbe9d61ddcbf26492cc0569fc9.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-01 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 20:56 [bug#54643] [PATCH] gnu: sbcl-usocket: Update to 0.8.4 jgart via Guix-patches via
2022-04-01 11:41 ` bug#54643: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).