mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: sbcl-quri: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.6.0. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
This commit is contained in:
parent
111bdcff48
commit
ff181ed7a1
1 changed files with 2 additions and 2 deletions
|
@ -4457,7 +4457,7 @@ addition, removal, and random selection.")
|
||||||
(define-public sbcl-quri
|
(define-public sbcl-quri
|
||||||
(package
|
(package
|
||||||
(name "sbcl-quri")
|
(name "sbcl-quri")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4466,7 +4466,7 @@ addition, removal, and random selection.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zpwjhs2zz9832wsjs00kbkjjl4bcs96krlnq9y75gi4f34fxj1x"))))
|
(base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
;; Test system must be loaded before, otherwise tests fail with:
|
;; Test system must be loaded before, otherwise tests fail with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue