gnu: sbcl-trivial-octet-streams: Update to 0.1-71b0063.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-octet-streams): Update to
0.1-71b0063.

Change-Id: Id49161393bf346fd12eeecdcae3bd76cec46f0f9
This commit is contained in:
jgart 2024-09-15 22:28:33 -05:00
parent 8bb98e67cb
commit f35b73924f
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -29553,8 +29553,8 @@ spawning threads and being informed when one any of them crash and die.")
(sbcl-package->ecl-package sbcl-trivial-monitored-thread))
(define-public sbcl-trivial-octet-streams
(let ((commit "bc5d398b18549fd42e9c2a365df28ad865f1b85d")
(revision "0"))
(let ((commit "71b00632c569618863376dd0cb985f6868b523b0")
(revision "1"))
(package
(name "sbcl-trivial-octet-streams")
(version (git-version "0.1" revision commit))
@ -29566,7 +29566,7 @@ spawning threads and being informed when one any of them crash and die.")
(commit commit)))
(file-name (git-file-name "cl-trivial-octet-streams" version))
(sha256
(base32 "0ysnsarlzynb7jf4b63b6kkxjancxc66jwmn0sb3vxyh87siiv6n"))))
(base32 "0zj7aijn10hflr87774hwi5k1jzq6j5bgh2hm70ixxhcmaq7lqk5"))))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/sharplispers/trivial-octet-streams")
(synopsis "In-memory octet streams for Common Lisp")