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

commit 4654c788266e42c2cfa580ad17190cf6488830b8
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 12:08:36 2024 +0200

    gnu: rust-gix-path-0.10: Update to 0.10.13.
    
    * gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.13.
    [cargo-inputs]: Replace rust-thiserror-1 with 2.
    
    Change-Id: If9131c15c2f6fe851e784dc4dbbdffdf9d82336c
---
 gnu/packages/crates-vcs.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index beebd8980b..2b6b1215ba 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -5119,22 +5119,22 @@ feature pre-selected.")
 (define-public rust-gix-path-0.10
   (package
     (name "rust-gix-path")
-    (version "0.10.12")
+    (version "0.10.13")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gix-path" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0m75pki8sa7hl3qlz8pdis5l4ck8s656bwkxxf8iwsxmzna5lkn0"))))
+        (base32 "1ds5hvyjwic564jbvpy14ibrf1f8701q0877n2p41qsi3bpr5hmg"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f ;undeclared crate gix_testtools
+     `(#:tests? #f  ; use of undeclared crate or module `gix_testtools`
        #:cargo-inputs (("rust-bstr" ,rust-bstr-1)
                        ("rust-gix-trace" ,rust-gix-trace-0.1)
                        ("rust-home" ,rust-home-0.5)
                        ("rust-once-cell" ,rust-once-cell-1)
-                       ("rust-thiserror" ,rust-thiserror-1))
+                       ("rust-thiserror" ,rust-thiserror-2))
        #:cargo-development-inputs
        (("rust-known-folders" ,rust-known-folders-1)
         ("rust-serial-test" ,rust-serial-test-3)

Reply via email to