mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-serde-derive-1: Update to 1.0.123.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.123.
This commit is contained in:
parent
a22c9cbc72
commit
b4f755decd
1 changed files with 2 additions and 2 deletions
|
@ -35976,7 +35976,7 @@ (define-public rust-serdeconv-0.4
|
|||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.118")
|
||||
(version "1.0.123")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -35984,7 +35984,7 @@ (define-public rust-serde-derive-1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pvj4v8k107ichsnm7jgm9kxyi2lf971x52bmxhm5mcwd4k3akf8"))))
|
||||
"0ccg4m7ww6mfs5vjdbdifri2kf1wyd4difjnqnraph2gssaw54ck"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue