me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ic94a4bd91d5ce2b468907f8779744d3885a245d7
master
Efraim Flashner 2024-03-11 13:55:40 +02:00
parent f6dca08cd4
commit fac74e01dc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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