me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.7.
master
Guillaume Le Vaillant 2020-02-04 10:31:29 +01:00
parent cf10627bf2
commit 5a64785019
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 19 additions and 21 deletions

View File

@ -166,18 +166,16 @@ interactive development model in mind.")
(sbcl-package->ecl-package sbcl-fiveam))
(define-public sbcl-bordeaux-threads
(let ((commit "5dce49fbc829f4d136a734f5ef4f5d599660984f")
(revision "1"))
(package
(name "sbcl-bordeaux-threads")
(version (git-version "0.8.6" revision commit))
(version "0.8.7")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sionescu/bordeaux-threads.git")
(commit commit)))
(commit (string-append "v" version))))
(sha256
(base32 "1gkh9rz7zw57n3110ikcf4835950wr4hgp8l79id5ai6nd86x7wv"))
(base32 "1whpfmyxp2fsw6viqj45fqgsifgr534c575bfh5vaqw5m84b6alp"))
(file-name
(git-file-name "bordeaux-threads" version))))
(inputs `(("alexandria" ,sbcl-alexandria)))
@ -188,7 +186,7 @@ interactive development model in mind.")
MP/Threading interface. It is similar to the CLIM-SYS threading and lock
support.")
(home-page "https://common-lisp.net/project/bordeaux-threads/")
(license license:x11))))
(license license:x11)))
(define-public cl-bordeaux-threads
(sbcl-package->cl-source-package sbcl-bordeaux-threads))