mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
fc94e93c4b
commit
b724c847a2
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue