mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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 @@ (define-public ecl-map-set
|
|||
(define-public sbcl-quri
|
||||
(package
|
||||
(name "sbcl-quri")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4448,7 +4448,7 @@ (define-public sbcl-quri
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pkvpiwwhx2fcknr7x47h7036ypkg8xzsskqbl5z315ipfmi8s2m"))))
|
||||
(base32 "0ka5haq3g72hvaz4hdv7y1d6df9ncmx029wwixn4r413gll5yxy7"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
;; Test system must be loaded before, otherwise tests fail with:
|
||||
|
|
Loading…
Reference in a new issue