guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-quri: Update to 0.6.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-quri: Update to 0.6.0.
Date: Wed, 06 Jul 2022 05:06:26 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ff181ed7a1 gnu: sbcl-quri: Update to 0.6.0.
ff181ed7a1 is described below

commit ff181ed7a14ad04bc9b40f13574ee6b365d3c20e
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Wed Jul 6 09:28:27 2022 +0100

    gnu: sbcl-quri: Update to 0.6.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.6.0.
    
    Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d6ce68fb8..3d39f536b7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4457,7 +4457,7 @@ addition, removal, and random selection.")
 (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 @@ addition, removal, and random selection.")
              (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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]