gnu: rust-serde-json-1.0: Update to 1.0.44.
* gnu/packages/crates-io.scm (rust-serde-json-1.0): Update to 1.0.44. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
ec438ab295
commit
ea78979dd4
|
@ -9553,7 +9553,7 @@ proven statistical guarantees.")
|
||||||
(define-public rust-serde-json-1.0
|
(define-public rust-serde-json-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-json")
|
(name "rust-serde-json")
|
||||||
(version "1.0.41")
|
(version "1.0.44")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9561,7 +9561,7 @@ proven statistical guarantees.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hipk84x40454mf599752mi7l08wb8qakz8vd6d3zp57d0mfnwig"))))
|
"1mysl675nqhzzkbcrqy4x63cbbsrrx3gcc7k8ydx1gajrkh7bia8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue