mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ TOML/JSON/MessagePack strings and serializable values.")
|
||||||
(define-public rust-serde-derive-1
|
(define-public rust-serde-derive-1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-derive")
|
(name "rust-serde-derive")
|
||||||
(version "1.0.118")
|
(version "1.0.123")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -35984,7 +35984,7 @@ TOML/JSON/MessagePack strings and serializable values.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pvj4v8k107ichsnm7jgm9kxyi2lf971x52bmxhm5mcwd4k3akf8"))))
|
"0ccg4m7ww6mfs5vjdbdifri2kf1wyd4difjnqnraph2gssaw54ck"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue