mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-serde-json-1: Update to 1.0.61.
* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.61. [source]: Change origin URI.
This commit is contained in:
parent
545606f9a0
commit
ac1fc8ce32
1 changed files with 3 additions and 4 deletions
|
@ -31140,15 +31140,14 @@ (define-public rust-serde-derive-0.9
|
|||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.60")
|
||||
(version "1.0.61")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-json" version))
|
||||
(uri (crate-uri "serde_json" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yapc7xxk8dx12691yj0l13008rgvknmc6krvk8jwj7y4x6yh00m"))))
|
||||
(base32 "0nijvxvgcncvd1wbn73zx7q14bdxah0gf2789qd8kdjpa1cv5kjg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue