gnu: sbcl-portable-threads: Update to 2.3-2.aa26bf3.
* gnu/packages/lisp-xyz.scm (sbcl-portable-threads): Update to 2.3-2.aa26bf3. [synopsis]: Shorten the synopsis.master
parent
f596b4768f
commit
cb92693ee2
|
@ -2711,10 +2711,10 @@ portability, and boilerplate reduction in CSS.")
|
||||||
(sbcl-package->ecl-package sbcl-cl-css))
|
(sbcl-package->ecl-package sbcl-cl-css))
|
||||||
|
|
||||||
(define-public sbcl-portable-threads
|
(define-public sbcl-portable-threads
|
||||||
(let ((commit "c0e61a1faeb0583c80fd3f20b16cc4c555226920"))
|
(let ((commit "aa26bf38338a6b068bf8bfb3375d8d8c3b0a28df"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-portable-threads")
|
(name "sbcl-portable-threads")
|
||||||
(version (git-version "2.3" "1" commit))
|
(version (git-version "2.3" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2723,14 +2723,13 @@ portability, and boilerplate reduction in CSS.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "portable-threads" version))
|
(file-name (git-file-name "portable-threads" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "058ksi07vfdmhrf5mdlc833s82m1rcqfja2266520m3r8bzs8bvs"))))
|
||||||
"03fmxyarc0xf4kavwkfa0a2spkyfrz6hbgbi9y4q7ny5aykdyfaq"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Tests seem broken.
|
`(;; Tests seem broken.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://github.com/binghe/portable-threads")
|
(home-page "https://github.com/binghe/portable-threads")
|
||||||
(synopsis "Portable threads (and scheduled and periodic functions) API for Common Lisp")
|
(synopsis "Portable threads API for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Portable Threads (and Scheduled and Periodic Functions) API for Common
|
"Portable Threads (and Scheduled and Periodic Functions) API for Common
|
||||||
Lisp (from GBBopen project).")
|
Lisp (from GBBopen project).")
|
||||||
|
|
Reference in New Issue