me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1728,7 +1728,7 @@ In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
(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 @@ In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
(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