gnu: rust-json-0.11: Update to 0.11.15.

* gnu/packages/crates-io.scm (rust-json-0.11): Update to 0.11.15.
This commit is contained in:
Efraim Flashner 2020-01-15 10:06:00 +02:00
parent 971fb85cef
commit bf33e72d31
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4748,7 +4748,7 @@ wasm-bindgen crate.")
(define-public rust-json-0.11 (define-public rust-json-0.11
(package (package
(name "rust-json") (name "rust-json")
(version "0.11.14") (version "0.11.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4756,7 +4756,7 @@ wasm-bindgen crate.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1hj8c6xj5c2aqqszi8naaflmcdbya1i9byyjrq4iybxjb4q91mq1")))) "1rg9jxf6bpbwis3ixd5ak8rp37him7n4z8awz4ssrxl6hyplbhlj"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:skip-build? #t)) (arguments '(#:skip-build? #t))
(home-page "https://github.com/maciejhirsz/json-rust") (home-page "https://github.com/maciejhirsz/json-rust")