summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-07-01 11:05:19 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-07-01 11:19:52 +0200
commitd2a34ebae0da82d0048307868fff11f899ec7a29 (patch)
treeba50b9e3dc5b10f35a9db56b125beb482625084a /gnu/packages/lisp-xyz.scm
parent4e7d5e323baab4617f0d943b825f6ce81b0c0799 (diff)
downloadguix-patches-d2a34ebae0da82d0048307868fff11f899ec7a29.tar
guix-patches-d2a34ebae0da82d0048307868fff11f899ec7a29.tar.gz
gnu: sbcl-bordeaux-threads: Update to 0.8.8.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dd72690b00..f5ec0f799e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -173,14 +173,14 @@ interactive development model in mind.")
(define-public sbcl-bordeaux-threads
(package
(name "sbcl-bordeaux-threads")
- (version "0.8.7")
+ (version "0.8.8")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sionescu/bordeaux-threads.git")
(commit (string-append "v" version))))
(sha256
- (base32 "1whpfmyxp2fsw6viqj45fqgsifgr534c575bfh5vaqw5m84b6alp"))
+ (base32 "19i443fz3488v1pbbr9x24y8h8vlyhny9vj6c9jk5prm702awrp6"))
(file-name
(git-file-name "bordeaux-threads" version))))
(inputs `(("alexandria" ,sbcl-alexandria)))