mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rust-serde-derive-1: Update to 1.0.160.
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.160.
This commit is contained in:
parent
f6658bddbb
commit
c7d65ef970
1 changed files with 2 additions and 2 deletions
|
@ -55148,7 +55148,7 @@ (define-public rust-serdeconv-0.4
|
|||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
(version "1.0.158")
|
||||
(version "1.0.160")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -55156,7 +55156,7 @@ (define-public rust-serde-derive-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b9cqqbrg796hi9l4f4kw0qbnkm31hgcfsk9ny15ais85xqw20g8"))))
|
||||
"1pvpiml328jhsz5h3pdc7x7wcyaagab6l5hb2q07wjfqcdy0j6i9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue