1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

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
This commit is contained in:
Efraim Flashner 2024-12-24 12:08:36 +02:00
parent 95e46ffd56
commit d2897b8930
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)