gnu: cl-split-sequence: Update to 2.0.1.

* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2021-12-23 22:16:42 +00:00 committed by Guillaume Le Vaillant
parent 27eb4ac9f5
commit d038c52fec
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1728,7 +1728,7 @@ (define-public ecl-esrap
(define-public sbcl-split-sequence
(package
(name "sbcl-split-sequence")
(version "2.0.0")
(version "2.0.1")
(source
(origin
(method git-fetch)
@ -1737,7 +1737,7 @@ (define-public sbcl-split-sequence
(commit (string-append "v" version))))
(sha256
(base32
"0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
"172k7iv775kwism6304p6z7mqpjvipl57nq1bgvmbk445943fmhq"))
(file-name (git-file-name "split-sequence" version))))
(build-system asdf-build-system/sbcl)
(native-inputs