guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: sbcl-bordeaux-threads: Update to 0.8.8.


From: guix-commits
Subject: 04/05: gnu: sbcl-bordeaux-threads: Update to 0.8.8.
Date: Wed, 1 Jul 2020 05:43:37 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit d2a34ebae0da82d0048307868fff11f899ec7a29
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jul 1 11:05:19 2020 +0200

    gnu: sbcl-bordeaux-threads: Update to 0.8.8.
    
    * gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dd72690..f5ec0f7 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]