[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/40: gnu: rust-serde-json-1: Update to 1.0.61.
From: |
guix-commits |
Subject: |
21/40: gnu: rust-serde-json-1: Update to 1.0.61. |
Date: |
Sat, 23 Jan 2021 19:33:25 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit ac1fc8ce320da86d4b57cd0b8b0b9dc5032c1439
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 00:18:58 2021 +0100
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.
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 68920f1..4bfcbb0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31140,15 +31140,14 @@ for the serde framework.")
(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
- 05/40: gnu: Add rust-unic-ucd-segment-0.9., (continued)
- 05/40: gnu: Add rust-unic-ucd-segment-0.9., guix-commits, 2021/01/23
- 07/40: gnu: Add rust-deunicode-0.4., guix-commits, 2021/01/23
- 04/40: gnu: Add rust-unic-char-property-0.9., guix-commits, 2021/01/23
- 06/40: gnu: Add rust-unic-segment-0.9., guix-commits, 2021/01/23
- 08/40: gnu: Add rust-slug-0.1., guix-commits, 2021/01/23
- 09/40: gnu: Add rust-rand-hc-0.3., guix-commits, 2021/01/23
- 10/40: gnu: Add rust-rand-core-0.6., guix-commits, 2021/01/23
- 11/40: gnu: Add rust-rand-chacha-0.3., guix-commits, 2021/01/23
- 13/40: gnu: rust-globwalk-0.8: Update to 0.8.1., guix-commits, 2021/01/23
- 17/40: gnu: rust-yaml-rust-0.4: Update to 0.4.5., guix-commits, 2021/01/23
- 21/40: gnu: rust-serde-json-1: Update to 1.0.61.,
guix-commits <=
- 18/40: gnu: rust-unindent-0.1: Update to 0.1.7., guix-commits, 2021/01/23
- 20/40: gnu: rust-serde-yaml-0.8: Update to 0.8.15., guix-commits, 2021/01/23
- 22/40: gnu: rust-regex-syntax-0.6: Update to 0.6.22., guix-commits, 2021/01/23
- 23/40: gnu: rust-regex-1: Update to 1.4.3., guix-commits, 2021/01/23
- 26/40: gnu: rust-which-2: Remove minor version from variable name., guix-commits, 2021/01/23
- 27/40: gnu: Add rust-bindgen-0.47., guix-commits, 2021/01/23
- 29/40: gnu: Add rust-num-format-0.4., guix-commits, 2021/01/23
- 34/40: gnu: Add rust-crossbeam-deque-0.8., guix-commits, 2021/01/23
- 12/40: gnu: Add rust-rand-0.8., guix-commits, 2021/01/23
- 14/40: gnu: Add rust-parse-zoneinfo-0.3., guix-commits, 2021/01/23