mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-wide-0.7: Update to 0.7.15.
* gnu/packages/crates-io.scm (rust-wide-0.7): Update to 0.7.15. [cargo-inputs]: Replace rust-safe-arch-0.6 with 0.7. Change-Id: I86ebe52ff4b0eb140a452432db8a0ca66f3d2063
This commit is contained in:
parent
3fbf1d585d
commit
2774642f07
1 changed files with 4 additions and 5 deletions
|
@ -89109,21 +89109,20 @@ (define-public rust-whoami-0.8
|
|||
(define-public rust-wide-0.7
|
||||
(package
|
||||
(name "rust-wide")
|
||||
(version "0.7.4")
|
||||
(version "0.7.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wide" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0psw31mh21cn4w7i0klsz7law8p8iddsqir8x35cf6n3vb8s5axk"))))
|
||||
"071cl37d9ni0a4r8y1hjyr5vq0w0w3wf742lqagnfvi49xafrgl9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-safe-arch" ,rust-safe-arch-0.6))))
|
||||
("rust-safe-arch" ,rust-safe-arch-0.7))))
|
||||
(home-page "https://github.com/Lokathor/wide")
|
||||
(synopsis "Rust for wide blocks")
|
||||
(description "This crate has data types for blocks of primitives packed
|
||||
|
|
Loading…
Reference in a new issue