[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/311: gnu: rust-serde-path-to-error-0.1: Update to 0.1.14.
From: |
guix-commits |
Subject: |
277/311: gnu: rust-serde-path-to-error-0.1: Update to 0.1.14. |
Date: |
Sat, 28 Oct 2023 16:39:38 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 8248679ec90540d4698ab0751eeb2126ab1a0b1b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 10:14:13 2023 +0300
gnu: rust-serde-path-to-error-0.1: Update to 0.1.14.
* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to
0.1.14.
[cargo-inputs]: Add rust-itoa-1.
Change-Id: Ia9c9b404a4bad5d18ff80ba606ebe8a55c2a1173
---
gnu/packages/crates-io.scm | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1fd52fdf2b..f1ba3010d3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -66776,28 +66776,26 @@ programs in rust.")
(define-public rust-serde-path-to-error-0.1
(package
(name "rust-serde-path-to-error")
- (version "0.1.9")
+ (version "0.1.14")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde-path-to-error" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0hbkdhmz82hwx5bxasym776f74jlvnivsx00l4qi7jb3nli4zc16"))))
+ (base32 "0dc31z4bg0jwn69gcqsczbmcy5y4w6r0vdcc4c38vma9x2ycivjb"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-serde" ,rust-serde-1))
- #:cargo-development-inputs
- (("rust-serde-derive" ,rust-serde-derive-1)
- ("rust-serde-json" ,rust-serde-json-1.0.73))))
- (home-page
- "https://github.com/dtolnay/path-to-error")
- (synopsis
- "Path to the element that failed to deserialize")
+ `(#:cargo-inputs
+ (("rust-itoa" ,rust-itoa-1)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs
+ (("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-serde-json" ,rust-serde-json-1))))
+ (home-page "https://github.com/dtolnay/path-to-error")
+ (synopsis "Path to the element that failed to deserialize")
(description
- "This package provides a path to the element that failed to
deserialize.")
+ "This package provides a path to the element that failed to deserialize.")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-qs-0.7
- 228/311: gnu: rust-system-deps-6: Update to 6.1.2., (continued)
- 228/311: gnu: rust-system-deps-6: Update to 6.1.2., guix-commits, 2023/10/28
- 236/311: gnu: rust-trybuild-1: Update to 1.0.85., guix-commits, 2023/10/28
- 244/311: gnu: Add rust-color-eyre-0.6., guix-commits, 2023/10/28
- 252/311: gnu: rust-num-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 254/311: gnu: rust-num-bigint-dig-0.7: Update to 0.7.1., guix-commits, 2023/10/28
- 265/311: gnu: rust-time-0.3: Update to 0.3.28., guix-commits, 2023/10/28
- 269/311: gnu: rust-tracing-tree-0.2: Update to 0.2.5., guix-commits, 2023/10/28
- 271/311: gnu: rust-analyzer: Replace with version from rust., guix-commits, 2023/10/28
- 273/311: gnu: Remove rust-quote-1.0.10., guix-commits, 2023/10/28
- 275/311: gnu: Remove rust-proc-macro2-1.0.34., guix-commits, 2023/10/28
- 277/311: gnu: rust-serde-path-to-error-0.1: Update to 0.1.14.,
guix-commits <=
- 278/311: gnu: Remove rust-serde-json-1.0.73., guix-commits, 2023/10/28
- 280/311: gnu: rust-rustls-ffi-0.8: Build with newer cbindgen., guix-commits, 2023/10/28
- 283/311: gnu: rust-tectonic-bridge-flate-0.1: Update to 0.1.7., guix-commits, 2023/10/28
- 286/311: gnu: rust-tectonic-bridge-harfbuzz-0.2: Update to 0.2.8., guix-commits, 2023/10/28
- 92/311: gnu: Add rust-gix-revision-0.15., guix-commits, 2023/10/28
- 95/311: gnu: Add rust-gix-quote-0.4., guix-commits, 2023/10/28
- 98/311: gnu: Add rust-gix-path-0.8., guix-commits, 2023/10/28
- 106/311: gnu: Add rust-gix-index-0.17., guix-commits, 2023/10/28
- 126/311: gnu: Add rust-regex-automata-0.4., guix-commits, 2023/10/28
- 137/311: gnu: Add rust-sval-flatten-2., guix-commits, 2023/10/28