efraim pushed a commit to branch rust-team
in repository guix.

commit 9acf88918e7b2fbde49daad99c3702bfd757e524
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 19 19:16:17 2024 +0200

    gnu: rust-serde-path-to-error-0.1: Update to 0.1.16.
    
    * gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to
    0.1.16.
    
    Change-Id: Ia681f7d80205fc66de82824856f9e0989c451b1f
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f6b74719af..ad2ee52231 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74714,14 +74714,14 @@ programs in rust.")
 (define-public rust-serde-path-to-error-0.1
   (package
     (name "rust-serde-path-to-error")
-    (version "0.1.14")
+    (version "0.1.16")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "serde_path_to_error" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0dc31z4bg0jwn69gcqsczbmcy5y4w6r0vdcc4c38vma9x2ycivjb"))))
+         (base32 "19hlz2359l37ifirskpcds7sxg0gzpqvfilibs7whdys0128i6dg"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs

Reply via email to