mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: rust-zerocopy-derive-0.7: Update to 0.7.35.
* gnu/packages/crates-io.scm (rust-zerocopy-derive-0.7): Update to 0.7.35. Change-Id: Ic3609271a60fb72325c5f606a3f86327976cbde3
This commit is contained in:
parent
12693f78b5
commit
7732fefb97
1 changed files with 2 additions and 2 deletions
|
@ -94779,14 +94779,14 @@ (define-public rust-zerocopy-derive-0.7
|
|||
(package
|
||||
(inherit rust-zerocopy-derive-0.8)
|
||||
(name "rust-zerocopy-derive")
|
||||
(version "0.7.32")
|
||||
(version "0.7.35")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zerocopy-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19nj11md42aijyqnfx8pa647fjzhz537xyc624rajwwfrn6b3qcw"))
|
||||
(base32 "0gnf2ap2y92nwdalzz3x7142f2b83sni66l39vxp2ijd6j080kzs"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
|
Loading…
Reference in a new issue