Archived
1
0
Fork 0

gnu: rust-gix-path-0.10: Update to 0.10.7.

* gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.7.

Change-Id: I0268ba70e74a15a1ee2e054f2fdee94008edf4a2
This commit is contained in:
Efraim Flashner 2024-03-27 10:13:53 +02:00
parent d25b82813d
commit b21d5cf383
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3093,14 +3093,14 @@ feature pre-selected.")
(define-public rust-gix-path-0.10
(package
(name "rust-gix-path")
(version "0.10.6")
(version "0.10.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-path" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1f2i88q284b29jhlpdy872h60ws06kvfdqw1db6vfif3llhvbq39"))))
(base32 "10w7abk2wcp0w2y943sdlsic3xc91d6qr29zjinilsbmykq3qqi3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)