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 556fed9c76 gnu: cl-simple-matrix: Update to 3.15.
556fed9c76 is described below
commit 556fed9c76bd3b902656abf5ec92af2f4d9497e6
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Sat Feb 28 14:14:03 2026 +0100
gnu: cl-simple-matrix: Update to 3.15.
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.15.
Change-Id: I0d4df63e5591c43802149ac840cf13cafc92eb9f
---
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 242d7c814a..946d0e7800 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29445,7 +29445,7 @@ running into parallelism problems when having to change
directory.")
(define-public sbcl-simple-matrix
(package
(name "sbcl-simple-matrix")
- (version "3.14")
+ (version "3.15")
(source
(origin
(method git-fetch)
@@ -29454,7 +29454,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 "1zfd9zq77in820dc68334g1cyc94r1m05z3rh3bi6sghckx3lwlh"))))
+ (base32 "1lpmqp1mcnzkpxi0zfsd4n85c6gr6d01hlf8yka8068kyypbhkvg"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam))
(synopsis "Matrix library for Common Lisp")