guix-commits
[Top][All Lists]
Advanced

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

branch lisp-team updated: gnu: cl-concurrent-hash-tables: Update to 0.0.


From: guix-commits
Subject: branch lisp-team updated: gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
Date: Sun, 07 Jan 2024 05:28:31 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/lisp-team by this push:
     new 7f530f52c9 gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
7f530f52c9 is described below

commit 7f530f52c9c07b34c4df9c8fbeae0c3c9d0345e9
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Jan 7 11:27:02 2024 +0100

    gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
    
    * gnu/packages/lisp-xyz.scm (sbcl-concurrent-hash-tables): Update to
      0.0.0-1.6ad539b.
    
    Change-Id: I6e44d4d17cf21162c099b0bb9e6d1ae60f869c33
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69e071096d..38eb9bdfdd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16328,8 +16328,8 @@ directly.")
   (sbcl-package->ecl-package sbcl-custom-hash-table))
 
 (define-public sbcl-concurrent-hash-tables
-  (let ((commit "1b9f0b5da54fece4f42296e1bdacfcec0c370a5a")
-        (revision "0"))
+  (let ((commit "6ad539b8970ff94b1e1369b59065ed7d0660904c")
+        (revision "1"))
     (package
       (name "sbcl-concurrent-hash-tables")
       (version (git-version "0.0.0" revision commit))
@@ -16341,7 +16341,7 @@ directly.")
                (commit commit)))
          (file-name (git-file-name "cl-concurrent-hash-tables" version))
          (sha256
-          (base32 "03g24ycr1ngzg8bv10iwp1bmnldz5bxbfdqrzhfxhicpibh49r96"))))
+          (base32 "0wgbv3wl33rlfbywmjag0gk7igzfksmib30r8cbnd5n47ic09iip"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-atomics sbcl-bordeaux-threads))



reply via email to

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