gnu: sbcl-flexi-streams: Update to 1.0.18.

* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.18.
This commit is contained in:
Guillaume Le Vaillant 2020-02-04 11:01:59 +01:00
parent 10ac723ba7
commit 6b0604fd43
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -265,7 +265,7 @@ (define-public ecl-fiasco
(define-public sbcl-flexi-streams
(package
(name "sbcl-flexi-streams")
(version "1.0.16")
(version "1.0.18")
(source
(origin
(method git-fetch)
@ -274,7 +274,7 @@ (define-public sbcl-flexi-streams
(commit (string-append "v" version))))
(file-name (git-file-name "flexi-streams" version))
(sha256
(base32 "0gvykjlmja060zqq6nn6aqxlshh6r6ijahmmgf20q0d839rwpgxc"))))
(base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases