gnu: sbcl-cl-octet-streams: Update to 1.2.

* gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.2.
This commit is contained in:
Guillaume Le Vaillant 2020-12-19 18:27:11 +01:00
parent 1e4785452c
commit dd4dff0cb2
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -6181,7 +6181,7 @@ (define-public ecl-bst
(define-public sbcl-cl-octet-streams
(package
(name "sbcl-cl-octet-streams")
(version "1.1")
(version "1.2")
(source
(origin
(method git-fetch)
@ -6190,7 +6190,7 @@ (define-public sbcl-cl-octet-streams
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1w14czi619xmncl29lf0h8ngmf7zrna41c3j0ds8lvqd552gfa7z"))))
(base32 "1hffh98bv4w5yrchagzwqrc43d2p473pvw7ka4kyyvhrr52dk2f8"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("fiveam" ,sbcl-fiveam)))