mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: rust-matrixmultiply-0.2: Update to 0.2.4.
* gnu/packages/crates-io.scm (rust-matrixmultiply-0.2): Update to 0.2.4. [cargo-development-inputs]: Replace rust-itertools-0.7 with 0.8.
This commit is contained in:
parent
dd7a863f1b
commit
406f48675e
1 changed files with 3 additions and 3 deletions
|
@ -32662,7 +32662,7 @@ (define-public rust-matrixmultiply-0.2
|
|||
(package
|
||||
(inherit rust-matrixmultiply-0.3)
|
||||
(name "rust-matrixmultiply")
|
||||
(version "0.2.3")
|
||||
(version "0.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -32670,13 +32670,13 @@ (define-public rust-matrixmultiply-0.2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13s7nfd3dfcsrixld2lk8c563ih5xzczl2w36hprfc016rkfrxyl"))))
|
||||
"1hc4vp19x823xgkm374wsxnzmqbjhmyaj5nr0lhm9k9i02x0cs4i"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-rawpointer" ,rust-rawpointer-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-itertools" ,rust-itertools-0.7))))))
|
||||
("rust-itertools" ,rust-itertools-0.8))))))
|
||||
|
||||
(define-public rust-matrixmultiply-0.1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue