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