mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: rust-serde-derive-1.0: Update to 1.0.104.
* gnu/packages/crates-io.scm (rust-serde-derive-1.0): Update it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
77a164a723
commit
21f887c355
1 changed files with 2 additions and 2 deletions
|
@ -9638,7 +9638,7 @@ (define-public rust-serde-cbor-0.10
|
|||
(define-public rust-serde-derive-1.0
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.101")
|
||||
(version "1.0.104")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9646,7 +9646,7 @@ (define-public rust-serde-derive-1.0
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bn0wz3j48248187mfmypyqnh73mq734snxxhr05vmgcl51kl4sb"))))
|
||||
"0r7gjlwfry44b4ylz524ynjp9v3qiwdj4c588lh94aas78q9x3qj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue