[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/470: gnu: rust-serde-path-to-error-0.1: Update to 0.1.9.
From: |
guix-commits |
Subject: |
64/470: gnu: rust-serde-path-to-error-0.1: Update to 0.1.9. |
Date: |
Thu, 16 Mar 2023 02:59:58 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 102e71a81d85ef639075517f1094c225fdd91d4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 19:49:11 2023 +0200
gnu: rust-serde-path-to-error-0.1: Update to 0.1.9.
* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to
0.1.9.
[arguments]: Don't skip build.
---
gnu/packages/crates-io.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8975ea2aa8..009fa31202 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52318,7 +52318,7 @@ data. This crate provides a wrapper that works with
any existing Serde
(define-public rust-serde-path-to-error-0.1
(package
(name "rust-serde-path-to-error")
- (version "0.1.4")
+ (version "0.1.9")
(source
(origin
(method url-fetch)
@@ -52326,12 +52326,10 @@ data. This crate provides a wrapper that works with
any existing Serde
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0n5ilbsxvi174m2fd506ivd43kws0yh523li1xz0zqh60ngi1xj2"))))
+ (base32 "0hbkdhmz82hwx5bxasym776f74jlvnivsx00l4qi7jb3nli4zc16"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1)
- 51/470: gnu: rust-regex-1: Update to 1.7.1., (continued)
- 51/470: gnu: rust-regex-1: Update to 1.7.1., guix-commits, 2023/03/16
- 36/470: gnu: Add rust-anes., guix-commits, 2023/03/16
- 41/470: gnu: rust-os-pipe: Update to 1.1.2., guix-commits, 2023/03/16
- 42/470: gnu: rust-io-lifetimes: Add 1.0.3., guix-commits, 2023/03/16
- 45/470: gnu: Add rust-is-terminal., guix-commits, 2023/03/16
- 46/470: gnu: rust-lock-api-0.4: Update to 0.4.9., guix-commits, 2023/03/16
- 48/470: gnu: rust-parking-lot-0.12: Fix build., guix-commits, 2023/03/16
- 52/470: gnu: rust-serde-1: Update to 1.0.152., guix-commits, 2023/03/16
- 53/470: gnu: rust-serde-derive-1: Update to 1.0.152., guix-commits, 2023/03/16
- 63/470: gnu: rust-serde-json-1: Update to 1.0.91., guix-commits, 2023/03/16
- 64/470: gnu: rust-serde-path-to-error-0.1: Update to 0.1.9.,
guix-commits <=
- 70/470: gnu: rust-serde-stacker-0.1: Update to 0.1.7., guix-commits, 2023/03/16
- 74/470: gnu: rust-crossbeam-channel-0.4: Update to 0.4.4., guix-commits, 2023/03/16
- 82/470: gnu: rust-dtoa-0.4: Update to 0.4.8., guix-commits, 2023/03/16
- 78/470: gnu: rust-rayon-1: Update to 1.6.1., guix-commits, 2023/03/16
- 87/470: gnu: rust-matrixmultiply-0.2: Update to 0.2.4., guix-commits, 2023/03/16
- 88/470: gnu: rust-packed-simd-2-0.3: Update to 0.3.8., guix-commits, 2023/03/16
- 89/470: gnu: rust-pest-2: Update to 2.5.3., guix-commits, 2023/03/16
- 85/470: gnu: rust-erased-serde-0.3: Update to 0.3.24., guix-commits, 2023/03/16
- 96/470: gnu: rust-semver-1: Update to 1.0.16., guix-commits, 2023/03/16
- 97/470: gnu: rust-smallvec-1: Update to 1.10.0., guix-commits, 2023/03/16