gnu: cl-quri: Update to 0.5.0.

* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.5.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
André A. Gomes 2022-06-08 10:09:02 +01:00 committed by Guillaume Le Vaillant
parent 7db8fe3e40
commit 349f730e0e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4457,7 +4457,7 @@ (define-public ecl-map-set
(define-public sbcl-quri (define-public sbcl-quri
(package (package
(name "sbcl-quri") (name "sbcl-quri")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4466,7 +4466,7 @@ (define-public sbcl-quri
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ka5haq3g72hvaz4hdv7y1d6df9ncmx029wwixn4r413gll5yxy7")))) (base32 "0zpwjhs2zz9832wsjs00kbkjjl4bcs96krlnq9y75gi4f34fxj1x"))))
(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: