mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-serde-derive-1: Update to 1.0.188.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.188.
This commit is contained in:
parent
d95b62d901
commit
35ebd464c3
1 changed files with 2 additions and 2 deletions
|
@ -60775,7 +60775,7 @@ (define-public rust-serdeconv-0.4
|
|||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.171")
|
||||
(version "1.0.188")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -60783,7 +60783,7 @@ (define-public rust-serde-derive-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10j6s97fk7fgjiqhhrx6a44rqxr7v3w985i3avx4d36i7dh9961q"))))
|
||||
"1wjaclvsfxgqnnnykllvb5gffsxynk66x6h4c1ds6anq8b37mjjf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue