mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: rust-serde-derive-1: Update to 1.0.197.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.197. Change-Id: I76407ef34e835692c94eb7d2b8c8ed50c3c1e181
This commit is contained in:
parent
1e99463594
commit
43567ce324
1 changed files with 2 additions and 2 deletions
|
@ -60988,7 +60988,7 @@ (define-public rust-serdeconv-0.4
|
|||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.194")
|
||||
(version "1.0.197")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -60996,7 +60996,7 @@ (define-public rust-serde-derive-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q6l0ycrykdg960c350fgnac6d653q1v608g84qrk3rf692mwf53"))))
|
||||
"02v1x0sdv8qy06lpr6by4ar1n3jz3hmab15cgimpzhgd895v7c3y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue