mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-serde-json-1: Update to 1.0.134.
* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.134. Change-Id: I9ab8101f470400d41ffa8f9c1bfaf1d30fc00b04
This commit is contained in:
parent
4a28280661
commit
33db109155
1 changed files with 2 additions and 2 deletions
|
@ -73081,14 +73081,14 @@ (define-public rust-serde-indextree-0.2
|
|||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.133")
|
||||
(version "1.0.134")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_json" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xz3bswa527wln3fy0qb7y081nx3cp5yy1ggjhi6n5mrfcjfpz67"))))
|
||||
(base32 "0z8wk61rzpqjmnwhv6k9zikhsfmsb6lr6qbg84aqpr1fqisl23yh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue