me
/
guix
Archived
1
0
Fork 0

gnu: cl-usocket: Update to 0.8.6.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Andre A. Gomes 2023-07-18 13:17:55 +03:00 committed by Guillaume Le Vaillant
parent 324f56927b
commit 1f53bfb7d7
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -5325,7 +5325,7 @@ Lisp (from GBBopen project).")
(define-public sbcl-usocket
(package
(name "sbcl-usocket")
(version "0.8.5")
(version "0.8.6")
(source
(origin
(method git-fetch)
@ -5334,7 +5334,7 @@ Lisp (from GBBopen project).")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-usocket" version))
(sha256
(base32 "1pn5mf4d9g3b7h0vfx0mh7rlrydfbk8q35pg4ip6prf4zyg70wba"))))
(base32 "0by8hhg6gijdbq5vjykd374rmvqyikp4synpyk0wjcl7rk3r0vgn"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-rt))