mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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>
This commit is contained in:
parent
ec438ab295
commit
ea78979dd4
1 changed files with 2 additions and 2 deletions
|
@ -9553,7 +9553,7 @@ (define-public rust-serde-derive-1.0
|
||||||
(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 @@ (define-public rust-serde-json-1.0
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue