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
(package
(name "sbcl-simple-matrix")
(version "3.1")
(version "3.2")
(source
(origin
(method git-fetch)
@ -27756,7 +27756,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 "046n80j6m16m71fpd5m5cpia50xav02sppxs5vp5dl6iiy2a420p"))))
(base32 "1cdvl4m41hmh1yvm06nwm0qf83x9abn6919x9qnzsfy66pvcb7p9"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam))
(synopsis "Matrix library for Common Lisp")