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.4.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-quri: Update to 0.4.0.
Date: Wed, 16 Jun 2021 03:20:47 -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 72a5095  gnu: sbcl-quri: Update to 0.4.0.
72a5095 is described below

commit 72a5095e17b3b20ce0244d210a81351a79d32f0f
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jun 16 09:20:27 2021 +0200

    gnu: sbcl-quri: Update to 0.4.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.4.0.
---
 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 ee99418..488e13d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4439,7 +4439,7 @@ addition, removal, and random selection.")
 (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 @@ addition, removal, and random selection.")
              (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:



reply via email to

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