mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: rust-bytemuck-1: Update to 1.4.0.
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.4.0. [arguments]: Add rust-bytemuck-derive-1 to cargo-inputs.
This commit is contained in:
parent
4501b4fd3f
commit
e3b11dc7db
1 changed files with 5 additions and 2 deletions
|
@ -2315,7 +2315,7 @@ (define-public rust-bytecount-0.4
|
||||||
(define-public rust-bytemuck-1
|
(define-public rust-bytemuck-1
|
||||||
(package
|
(package
|
||||||
(name "rust-bytemuck")
|
(name "rust-bytemuck")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2324,8 +2324,11 @@ (define-public rust-bytemuck-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1scaac5xbfynzbpvz9yjbmg9ag2jalxfijapwlqh7xldf4li0ynv"))))
|
"071043n73hwi55z9c55ga4v52v8a7ri56gqja8r98clkdyxns14j"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-bytemuck-derive" ,rust-bytemuck-derive-1))))
|
||||||
(home-page "https://github.com/Lokathor/bytemuck")
|
(home-page "https://github.com/Lokathor/bytemuck")
|
||||||
(synopsis "Crate for mucking around with piles of bytes")
|
(synopsis "Crate for mucking around with piles of bytes")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue