mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
ca02659a89
commit
6d06fa0bc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue