me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.18.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ logical continuation of Stefil. It focuses on interactive debugging.")
(define-public sbcl-flexi-streams (define-public sbcl-flexi-streams
(package (package
(name "sbcl-flexi-streams") (name "sbcl-flexi-streams")
(version "1.0.16") (version "1.0.18")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -274,7 +274,7 @@ logical continuation of Stefil. It focuses on interactive debugging.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "flexi-streams" version)) (file-name (git-file-name "flexi-streams" version))
(sha256 (sha256
(base32 "0gvykjlmja060zqq6nn6aqxlshh6r6ijahmmgf20q0d839rwpgxc")))) (base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:phases `(#:phases