mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-serde-derive-1: Update to 1.0.116.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.116.
This commit is contained in:
parent
0cc16068f0
commit
81c5f0c42f
1 changed files with 2 additions and 2 deletions
|
@ -21547,7 +21547,7 @@ (define-public rust-serde-codegen-internals-0.14
|
|||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.113")
|
||||
(version "1.0.116")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -21555,7 +21555,7 @@ (define-public rust-serde-derive-1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cdf4r6bwxw6cwg2fj93kwd7mypwhjfzxzyw3i4cnm09gnhymick"))))
|
||||
"1s4sbl32lk1afxryfax73clvq22lwzdgzljb7f3mgr6q1wvscc7n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue