gnu: cl-uax-15: Update to 0.1.3.

* gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.3.
  [native-inputs]: Remove sbcl-fiveam. Add sbcl-parachute.

Change-Id: I39b3ed202b11403f3a0b16b9fc5976a101b7e857
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Roman Scherer 2024-09-15 10:18:44 +02:00 committed by Guillaume Le Vaillant
parent 25dec7720e
commit d4a0b9b59e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -30214,7 +30214,7 @@ (define-public ecl-uax-14
(define-public sbcl-uax-15
(package
(name "sbcl-uax-15")
(version "0.1.1")
(version "0.1.3")
(source
(origin
(method git-fetch)
@ -30223,13 +30223,13 @@ (define-public sbcl-uax-15
(commit (string-append "v" version))))
(file-name (git-file-name "uax-15" version))
(sha256
(base32 "0p2ckw7mzxhwa9vbwj2q2dzayz9dl94d9yqd2ynp0pc5v8i0n2fr"))))
(base32 "0kkr3sw3hqsb8ciyn8dzb1cfz260fk1y39vydc98gsfrn6nqh3vw"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:asd-systems
'("uax-15")))
(native-inputs
(list sbcl-fiveam))
(list sbcl-parachute))
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("split-sequence" ,sbcl-split-sequence)))