mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
e4b7b5bb73
commit
1fb390bbd4
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue