gnu: cl-usocket: Update to 0.8.4.

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.4.
  [inputs]: Use new style.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
jgart 2022-03-30 16:56:56 -04:00 committed by Guillaume Le Vaillant
parent fc94e93c4b
commit b724c847a2
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -3522,23 +3522,22 @@ (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)
(uri (git-reference
(url "https://github.com/usocket/usocket/")
(commit (string-append "v" version))))
(file-name (git-file-name "usocket" version))
(file-name (git-file-name "cl-usocket" version))
(sha256
(base32
"0x746wr2324l6bn7skqzgkzcbj5kd0zp2ck0c8rldrw0rzabg826"))))
"0l5alk6nph6kxgd84pxq8d56pz3ywnpp0kpnlg4cadaics3hycg7"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(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"