efraim pushed a commit to branch rust-team
in repository guix.
commit 82c1d6d96154d0fcaf6b7ab4a77d615647e19ca5
Author: Efraim Flashner <[email protected]>
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 5421039a5f..6f09a0f925 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)