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 @@ can contain any kind of values.")
(define-public sbcl-cl-octet-streams (define-public sbcl-cl-octet-streams
(package (package
(name "sbcl-cl-octet-streams") (name "sbcl-cl-octet-streams")
(version "1.1") (version "1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6190,7 +6190,7 @@ can contain any kind of values.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1w14czi619xmncl29lf0h8ngmf7zrna41c3j0ds8lvqd552gfa7z")))) (base32 "1hffh98bv4w5yrchagzwqrc43d2p473pvw7ka4kyyvhrr52dk2f8"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))