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 70c40c654c gnu: sbcl-lisp-unit2: Update to 0.9.4.
70c40c654c is described below

commit 70c40c654c18b44f6890d97ec9948b48ab0ed225
Author: Pierre Neidhardt <[email protected]>
AuthorDate: Thu Sep 22 09:28:43 2022 +0200

    gnu: sbcl-lisp-unit2: Update to 0.9.4.
    
    * gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.4.
---
 gnu/packages/lisp-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index d3f43a4f60..7002cd9d92 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -575,7 +575,7 @@ testing.  It is an extension of the library written by 
Chris Riesbeck.")
   ;; See https://github.com/AccelerationNet/symbol-munger/issues/4
   (package
     (name "sbcl-lisp-unit2")
-    (version "0.9.3")
+    (version "0.9.4")
     (source
      (origin
        (method git-fetch)
@@ -584,7 +584,7 @@ testing.  It is an extension of the library written by 
Chris Riesbeck.")
              (commit version)))
        (file-name (git-file-name "cl-lisp-unit2" version))
        (sha256
-        (base32 "0y7k6fd4mf7ggc8kdrbg8flkj5j7i7ki1350wnj6hqax7cmh4xv5"))))
+        (base32 "0dnq0qvbsn7ciknvmwzfjnimlzq1gdkv5xd87agmhxm1cpm1ksz0"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-alexandria sbcl-cl-interpol sbcl-iterate

Reply via email to