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

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

Change-Id: I5bb256e58f832fe194cb8d7832e0d26f9ca0c37a
This commit is contained in:
Guillaume Le Vaillant 2025-12-04 13:30:27 +01:00
parent ca02659a89
commit 6d06fa0bc1
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -29269,7 +29269,7 @@ running into parallelism problems when having to change directory.")
(define-public sbcl-simple-matrix
(package
(name "sbcl-simple-matrix")
(version "3.5")
(version "3.6")
(source
(origin
(method git-fetch)
@ -29278,7 +29278,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 "1zdj16vy1h24ypm7kjb20pzniclqm6xdndb5kh3f6kcgfsmc6m06"))))
(base32 "00ixjvq6gpcc3pppglb941mva05rwd41dvir5rqqdkzrzdnxgmpc"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam))
(synopsis "Matrix library for Common Lisp")