mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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:
parent
25dec7720e
commit
d4a0b9b59e
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue