[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/65: gnu: rust-serde-big-array-0.3: Update to 0.3.3.
From: |
guix-commits |
Subject: |
18/65: gnu: rust-serde-big-array-0.3: Update to 0.3.3. |
Date: |
Sun, 15 Jan 2023 04:32:46 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 25320f932d88725819170bd788e65bcc5f11af7f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 19:46:13 2023 +0200
gnu: rust-serde-big-array-0.3: Update to 0.3.3.
* gnu/packages/crates-io.scm (rust-serde-big-array-0.3): Update to 0.3.3.
[cargo-inputs]: Move rust-serde-derive-1 ...
[cargo-development-inputs]: ... to here.
---
gnu/packages/crates-io.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 983f3c00d9..376333110b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51647,21 +51647,21 @@ fragment of code.")
(define-public rust-serde-big-array-0.3
(package
(name "rust-serde-big-array")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde-big-array" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0qpy3nk3dpxrrmcfmcnsijad10yi0jxy1x6gc6bbwywma9vhxchq"))))
+ (base32 "190hrlbilvarn5almh3n2s4di9qagxnz3chv6xaw1c72dygzacfd"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-serde" ,rust-serde-1)
- ("rust-serde-derive" ,rust-serde-derive-1))
+ (("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
- (("rust-serde-json" ,rust-serde-json-1))))
+ (("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/est31/serde-big-array")
(synopsis "Big array helper for serde")
(description "This package provides a big array helper for serde.")
- 34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1., (continued)
- 34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1., guix-commits, 2023/01/15
- 24/65: gnu: rust-serde-urlencoded-0.7: Update to 0.7.1., guix-commits, 2023/01/15
- 35/65: gnu: rust-rayon-1: Update to 1.6.1., guix-commits, 2023/01/15
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., guix-commits, 2023/01/15
- 41/65: gnu: rust-either-1: Update to 1.8.0., guix-commits, 2023/01/15
- 48/65: gnu: rust-rand-0.8: Update to 0.8.5., guix-commits, 2023/01/15
- 53/65: gnu: rust-semver-1: Update to 1.0.16., guix-commits, 2023/01/15
- 60/65: gnu: rust-futf-0.1: Update to 0.1.5., guix-commits, 2023/01/15
- 65/65: gnu: rust-utf-8-0.7: Update to 0.7.6., guix-commits, 2023/01/15
- 57/65: gnu: rust-tendril-0.4: Update to 0.4.3., guix-commits, 2023/01/15
- 18/65: gnu: rust-serde-big-array-0.3: Update to 0.3.3.,
guix-commits <=
- 30/65: gnu: rust-crossbeam-queue-0.3: Update to 0.3.8., guix-commits, 2023/01/15
- 52/65: gnu: rust-rand-hc-0.3: Update to 0.3.1., guix-commits, 2023/01/15
- 55/65: gnu: rust-string-cache-0.8: Update to 0.8.4., guix-commits, 2023/01/15
- 63/65: gnu: rust-num-rational-0.2: Update to 0.2.4., guix-commits, 2023/01/15