diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2023-04-20 16:21:08 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2023-04-20 19:09:52 +0200 |
commit | 904b77e1814b611c256ecf161aa36f58d0882380 (patch) | |
tree | 0726d68230c0e5a89095f6099aaae086eb19b638 /gnu/packages/lisp-xyz.scm | |
parent | 61d15695752997427ed9c3491470dd76b11bd00a (diff) | |
download | guix-904b77e1814b611c256ecf161aa36f58d0882380.tar.gz |
gnu: sbcl-quri: Update to 0.7.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.0.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 5f64809b28..d7b0531bcc 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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 |