mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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
This commit is contained in:
parent
d1ce5a3597
commit
7f530f52c9
1 changed files with 3 additions and 3 deletions
|
@ -16328,8 +16328,8 @@ (define-public ecl-custom-hash-table
|
|||
(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 @@ (define-public sbcl-concurrent-hash-tables
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue