mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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
|
(package
|
||||||
(inherit rust-matrixmultiply-0.3)
|
(inherit rust-matrixmultiply-0.3)
|
||||||
(name "rust-matrixmultiply")
|
(name "rust-matrixmultiply")
|
||||||
(version "0.2.3")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -32670,13 +32670,13 @@ (define-public rust-matrixmultiply-0.2
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13s7nfd3dfcsrixld2lk8c563ih5xzczl2w36hprfc016rkfrxyl"))))
|
"1hc4vp19x823xgkm374wsxnzmqbjhmyaj5nr0lhm9k9i02x0cs4i"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-rawpointer" ,rust-rawpointer-0.2))
|
(("rust-rawpointer" ,rust-rawpointer-0.2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bencher" ,rust-bencher-0.1)
|
(("rust-bencher" ,rust-bencher-0.1)
|
||||||
("rust-itertools" ,rust-itertools-0.7))))))
|
("rust-itertools" ,rust-itertools-0.8))))))
|
||||||
|
|
||||||
(define-public rust-matrixmultiply-0.1
|
(define-public rust-matrixmultiply-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue