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

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

Change-Id: I1d95caf75aea9607fb1a674925628ae0886af85f
This commit is contained in:
Guillaume Le Vaillant 2025-05-11 10:59:50 +02:00
parent d42ab03a73
commit cfb8a4f043
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -27746,7 +27746,7 @@ running into parallelism problems when having to change directory.")
(define-public sbcl-simple-matrix
(package
(name "sbcl-simple-matrix")
(version "2.1")
(version "2.2")
(source
(origin
(method git-fetch)
@ -27755,7 +27755,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 "0zqzw5pbw57fq8kgf69c9a7ni2p708ia9sah2qczbf401h9d3b4i"))))
(base32 "1h46s1j7j11kg8ccjrh3w6srabsv9dibrb5iklqwb2msdrmy3ngz"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam))
(synopsis "Matrix library for Common Lisp")