gnu: cl-simple-matrix: Update to 3.2.

* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.2.

Change-Id: Ie44979d61e74b480f56e8328dab4cf47ca1c89b6
This commit is contained in:
Guillaume Le Vaillant 2025-05-31 09:46:20 +02:00
parent cd385f04bc
commit 3ec6c5974a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -27747,7 +27747,7 @@ running into parallelism problems when having to change directory.")
(define-public sbcl-simple-matrix (define-public sbcl-simple-matrix
(package (package
(name "sbcl-simple-matrix") (name "sbcl-simple-matrix")
(version "3.1") (version "3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -27756,7 +27756,7 @@ running into parallelism problems when having to change directory.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "cl-simple-matrix" version)) (file-name (git-file-name "cl-simple-matrix" version))
(sha256 (sha256
(base32 "046n80j6m16m71fpd5m5cpia50xav02sppxs5vp5dl6iiy2a420p")))) (base32 "1cdvl4m41hmh1yvm06nwm0qf83x9abn6919x9qnzsfy66pvcb7p9"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam)) (native-inputs (list sbcl-fiveam))
(synopsis "Matrix library for Common Lisp") (synopsis "Matrix library for Common Lisp")