efraim pushed a commit to branch rust-team
in repository guix.
commit 4f69706f848999812f3a04f8a0e2e47fe2947ba4
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 19 19:18:11 2024 +0200
gnu: rust-bson-2: Update to 2.13.0.
* gnu/packages/crates-io.scm (rust-bson-2): Update to 2.13.0.
[cargo-inputs]: Add rust-serde-path-to-error-0.1.
Change-Id: I6718c930488aefdba3dd6ec225af854f4c1c6e9a
---
gnu/packages/crates-io.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index de17ff56db..8f99c1591e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10018,14 +10018,14 @@ almost the same speed for encoding: about 3% slower
when encoding 32 bytes.
(define-public rust-bson-2
(package
(name "rust-bson")
- (version "2.9.0")
+ (version "2.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bson" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "08h2v3yqydx1df27zmkavf746495b0h5rckbd62ll5cw3j64c8ff"))))
+ (base32 "0ndsd9lk148xiv87am4gyr02dfmq5f6lhdzfy6kjgypwnvr0i0h6"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; file not found for module `tests`
@@ -10041,8 +10041,9 @@ almost the same speed for encoding: about 3% slower
when encoding 32 bytes.
("rust-serde" ,rust-serde-1)
("rust-serde-bytes" ,rust-serde-bytes-0.11)
("rust-serde-json" ,rust-serde-json-1)
- ("rust-serde-with" ,rust-serde-with-1)
+ ("rust-serde-path-to-error"
,rust-serde-path-to-error-0.1)
("rust-serde-with" ,rust-serde-with-3)
+ ("rust-serde-with" ,rust-serde-with-1)
("rust-time" ,rust-time-0.3)
("rust-uuid" ,rust-uuid-1)
("rust-uuid" ,rust-uuid-0.8))