gnu: sbcl-bordeaux-threads: Update to 0.8.8.

* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
This commit is contained in:
Guillaume Le Vaillant 2020-07-01 11:05:19 +02:00
parent 4e7d5e323b
commit d2a34ebae0
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -173,14 +173,14 @@ interactive development model in mind.")
(define-public sbcl-bordeaux-threads (define-public sbcl-bordeaux-threads
(package (package
(name "sbcl-bordeaux-threads") (name "sbcl-bordeaux-threads")
(version "0.8.7") (version "0.8.8")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/sionescu/bordeaux-threads.git") (url "https://github.com/sionescu/bordeaux-threads.git")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1whpfmyxp2fsw6viqj45fqgsifgr534c575bfh5vaqw5m84b6alp")) (base32 "19i443fz3488v1pbbr9x24y8h8vlyhny9vj6c9jk5prm702awrp6"))
(file-name (file-name
(git-file-name "bordeaux-threads" version)))) (git-file-name "bordeaux-threads" version))))
(inputs `(("alexandria" ,sbcl-alexandria))) (inputs `(("alexandria" ,sbcl-alexandria)))