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:
Guillaume Le Vaillant 2024-05-25 10:47:19 +02:00
parent 2ac3d61ca3
commit 199e8f9581
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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))