gnu: sbcl-split-sequence: Update to 2.0.0.

* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.0.
  [native-inputs]: Add fiveam.
  [arguments]: Don't ignore tests.
This commit is contained in:
Guillaume Le Vaillant 2020-02-04 11:35:53 +01:00
parent 54dc3ba2fb
commit 92da05885c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1416,7 +1416,7 @@ (define-public ecl-esrap
(define-public sbcl-split-sequence
(package
(name "sbcl-split-sequence")
(version "1.4.1")
(version "2.0.0")
(source
(origin
(method git-fetch)
@ -1425,13 +1425,11 @@ (define-public sbcl-split-sequence
(commit (string-append "v" version))))
(sha256
(base32
"0c3zp6b7fmmp93sfhq112ind4zkld49ycw68z409xpnz3gc0wpf0"))
"0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
(file-name (git-file-name "split-sequence" version))))
(build-system asdf-build-system/sbcl)
(arguments
;; TODO: Tests seem to be broken.
;; https://github.com/sharplispers/split-sequence/issues/8
`(#:tests? #f))
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(synopsis "Member of the Common Lisp Utilities family of programs")
(description
"Splits sequence into a list of subsequences delimited by objects