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


From: guix-commits
Subject: branch master updated: gnu: sbcl-quri: Update to 0.7.0.
Date: Thu, 20 Apr 2023 13:16:30 -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 904b77e181 gnu: sbcl-quri: Update to 0.7.0.
904b77e181 is described below

commit 904b77e1814b611c256ecf161aa36f58d0882380
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Apr 20 16:21:08 2023 +0200

    gnu: sbcl-quri: Update to 0.7.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.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 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



reply via email to

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