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:
John Soo 2020-01-15 09:58:32 -08:00 committed by Efraim Flashner
parent 77a164a723
commit 21f887c355
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9638,7 +9638,7 @@ (define-public rust-serde-cbor-0.10
(define-public rust-serde-derive-1.0 (define-public rust-serde-derive-1.0
(package (package
(name "rust-serde-derive") (name "rust-serde-derive")
(version "1.0.101") (version "1.0.104")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9646,7 +9646,7 @@ (define-public rust-serde-derive-1.0
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"0bn0wz3j48248187mfmypyqnh73mq734snxxhr05vmgcl51kl4sb")))) "0r7gjlwfry44b4ylz524ynjp9v3qiwdj4c588lh94aas78q9x3qj"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t