mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-simple-matrix: Update to 3.12.
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.12. Change-Id: I99a5eb900b28d0f7aa37394e37c3f1661dd3b505
This commit is contained in:
parent
de4a3116b2
commit
6a62ff0170
1 changed files with 2 additions and 2 deletions
|
|
@ -29417,7 +29417,7 @@ running into parallelism problems when having to change directory.")
|
|||
(define-public sbcl-simple-matrix
|
||||
(package
|
||||
(name "sbcl-simple-matrix")
|
||||
(version "3.10")
|
||||
(version "3.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -29426,7 +29426,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 "04aysbpbwadqsk1sva9iy59mf8gwpf1zb1nmf7ha9c0db2g2hipj"))))
|
||||
(base32 "0kmwxq01gbbblmpkacwzg7i3x8dddlkfkvi57ipa4njsfd3pss4v"))))
|
||||
(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