mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d42ab03a73
commit
cfb8a4f043
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue