guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67098] [PATCH 21/36] gnu: rust-serde-path-to-error-0.1: Update to 0


From: VÖRÖSKŐI András
Subject: [bug#67098] [PATCH 21/36] gnu: rust-serde-path-to-error-0.1: Update to 0.1.14.
Date: Sat, 11 Nov 2023 16:16:09 +0100

* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to 0.1.14.

Change-Id: Idad71189943d54ce2f7980752521460bf9433e8e
---
 gnu/packages/crates-io.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ea7887d76e..de7cb19af0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64474,7 +64474,7 @@ (define-public rust-serde-json-core-0.5
 (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)
@@ -64482,14 +64482,15 @@ (define-public rust-serde-path-to-error-0.1
         (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))
+        (("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.0.73))))
+         ("rust-serde-json" ,rust-serde-json-1))))
     (home-page
       "https://github.com/dtolnay/path-to-error";)
     (synopsis
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]