gnu: sbcl-quri: Update to 0.7.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.0.
This commit is contained in:
parent
61d1569575
commit
904b77e181
1 changed files with 2 additions and 2 deletions
|
@ -6348,7 +6348,7 @@ addition, removal, and random selection.")
|
|||
(define-public sbcl-quri
|
||||
(package
|
||||
(name "sbcl-quri")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6357,7 +6357,7 @@ addition, removal, and random selection.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
|
||||
(base32 "0l1jnvvkyaxbf08lnqfdbv6lrkq02iqr3y3rwvqxm4fvnzp7mnpz"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs (list sbcl-prove))
|
||||
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
|
||||
|
|
Reference in a new issue