guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: sbcl-portable-threads: Update to 2.3-2.aa26bf3.


From: guix-commits
Subject: 07/08: gnu: sbcl-portable-threads: Update to 2.3-2.aa26bf3.
Date: Sat, 12 Sep 2020 05:25:25 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit cb92693ee278c17013654fb76177201fca9d2497
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 12 10:20:13 2020 +0200

    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.
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 67cb39b..b6696a1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2711,10 +2711,10 @@ portability, and boilerplate reduction in CSS.")
   (sbcl-package->ecl-package sbcl-cl-css))
 
 (define-public sbcl-portable-threads
-  (let ((commit "c0e61a1faeb0583c80fd3f20b16cc4c555226920"))
+  (let ((commit "aa26bf38338a6b068bf8bfb3375d8d8c3b0a28df"))
     (package
       (name "sbcl-portable-threads")
-      (version (git-version "2.3" "1" commit))
+      (version (git-version "2.3" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -2723,14 +2723,13 @@ portability, and boilerplate reduction in CSS.")
                (commit commit)))
          (file-name (git-file-name "portable-threads" version))
          (sha256
-          (base32
-           "03fmxyarc0xf4kavwkfa0a2spkyfrz6hbgbi9y4q7ny5aykdyfaq"))))
+          (base32 "058ksi07vfdmhrf5mdlc833s82m1rcqfja2266520m3r8bzs8bvs"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(;; Tests seem broken.
          #:tests? #f))
       (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
        "Portable Threads (and Scheduled and Periodic Functions) API for Common
 Lisp (from GBBopen project).")



reply via email to

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