[bug#56419] : gnu: sbcl-quri: Update to 0.6.0.
Commit Message
Hi Guix,
Please find the patch attached. Thanks.
Comments
Merged with ff181ed7a14ad04bc9b40f13574ee6b365d3c20e, thanks!
From ac320693a9f1207b99316400086eb4fd7c36cd84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Wed, 6 Jul 2022 09:28:27 +0100
Subject: [PATCH] gnu: sbcl-quri: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.6.0.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -4457,7 +4457,7 @@ (define-public ecl-map-set
(define-public sbcl-quri
(package
(name "sbcl-quri")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -4466,7 +4466,7 @@ (define-public sbcl-quri
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0zpwjhs2zz9832wsjs00kbkjjl4bcs96krlnq9y75gi4f34fxj1x"))))
+ (base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
(build-system asdf-build-system/sbcl)
(arguments
;; Test system must be loaded before, otherwise tests fail with:
--
2.36.1