gnu: cl-usocket: Update to 0.8.8.

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.8.

Change-Id: Ie2d8d2e86e068f39b6d0f4ff87c9a189bf79c884
This commit is contained in:
Guillaume Le Vaillant 2024-08-26 09:31:28 +02:00
parent e4b7b5bb73
commit 1fb390bbd4
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -29997,7 +29997,7 @@ (define-public ecl-unix-opts
(define-public sbcl-usocket (define-public sbcl-usocket
(package (package
(name "sbcl-usocket") (name "sbcl-usocket")
(version "0.8.6") (version "0.8.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30006,7 +30006,7 @@ (define-public sbcl-usocket
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "cl-usocket" version)) (file-name (git-file-name "cl-usocket" version))
(sha256 (sha256
(base32 "0by8hhg6gijdbq5vjykd374rmvqyikp4synpyk0wjcl7rk3r0vgn")))) (base32 "13j2hyl7j06vl8hh3930wd3bi2p0pcg4dcd243al31fgw4m0bvag"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
(list sbcl-rt)) (list sbcl-rt))