mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: cl-collectors: Update to 1.0-2.4c5e70c.
* gnu/packages/lisp-xyz.scm (sbcl-collectors): Update to 1.0-2.4c5e70c. Change-Id: I95c9beb1aa5e59b658ee091ab14d803e6eded3fe
This commit is contained in:
parent
2ac3d61ca3
commit
199e8f9581
1 changed files with 3 additions and 3 deletions
|
@ -17047,8 +17047,8 @@ (define-public ecl-concurrent-hash-tables
|
|||
(sbcl-package->ecl-package sbcl-concurrent-hash-tables))
|
||||
|
||||
(define-public sbcl-collectors
|
||||
(let ((commit "748f0a1613ce161edccad4cc815eccd7fc55aaf3")
|
||||
(revision "1"))
|
||||
(let ((commit "4c5e70cf399381de8fb485d4ed5a5c8fd7555146")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "sbcl-collectors")
|
||||
(version (git-version "1.0" revision commit))
|
||||
|
@ -17060,7 +17060,7 @@ (define-public sbcl-collectors
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-collectors" version))
|
||||
(sha256
|
||||
(base32 "1mxcq7wq2jwbjd39afihpd46qkaidq76prgjbzpkv5749wf2spib"))))
|
||||
(base32 "1kc9q05wyp8yjz5wqc73nar7l49vcnfhj4924li81v76hlb03665"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-alexandria sbcl-closer-mop sbcl-symbol-munger))
|
||||
|
|
Loading…
Reference in a new issue