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:
parent
d25b82813d
commit
b21d5cf383
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue