GNU bug report logs -
#54643
[PATCH] gnu: sbcl-usocket: Update to 0.8.4.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Wed, 30 Mar 2022 20:58:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 3 years and 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.