gnu: sbcl-quri: Update to 0.4.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.4.0.
This commit is contained in:
parent
7959aabbe1
commit
72a5095e17
1 changed files with 2 additions and 2 deletions
|
@ -4439,7 +4439,7 @@ addition, removal, and random selection.")
|
||||||
(define-public sbcl-quri
|
(define-public sbcl-quri
|
||||||
(package
|
(package
|
||||||
(name "sbcl-quri")
|
(name "sbcl-quri")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4448,7 +4448,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 "1pkvpiwwhx2fcknr7x47h7036ypkg8xzsskqbl5z315ipfmi8s2m"))))
|
(base32 "0ka5haq3g72hvaz4hdv7y1d6df9ncmx029wwixn4r413gll5yxy7"))))
|
||||||
(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:
|
||||||
|
|
Reference in a new issue