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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6a62ff0170 gnu: sbcl-simple-matrix: Update to 3.12.
6a62ff0170 is described below

commit 6a62ff0170a5deaa4f0f5a6e2e51cd4ac33dc513
Author: jgart <[email protected]>
AuthorDate: Sat Jan 24 15:00:29 2026 -0500

    gnu: sbcl-simple-matrix: Update to 3.12.
    
    * gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.12.
    
    Change-Id: I99a5eb900b28d0f7aa37394e37c3f1661dd3b505
---
 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 faf1e008b3..1f3404e126 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29417,7 +29417,7 @@ running into parallelism problems when having to change 
directory.")
 (define-public sbcl-simple-matrix
   (package
     (name "sbcl-simple-matrix")
-    (version "3.10")
+    (version "3.12")
     (source
      (origin
        (method git-fetch)
@@ -29426,7 +29426,7 @@ running into parallelism problems when having to change 
directory.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "cl-simple-matrix" version))
        (sha256
-        (base32 "04aysbpbwadqsk1sva9iy59mf8gwpf1zb1nmf7ha9c0db2g2hipj"))))
+        (base32 "0kmwxq01gbbblmpkacwzg7i3x8dddlkfkvi57ipa4njsfd3pss4v"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs (list sbcl-fiveam))
     (synopsis "Matrix library for Common Lisp")

Reply via email to