mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: rust-gix-path-0.10: Update to 0.10.4.
* gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.4. Change-Id: Ic7fd9ce27608bbb780e7d499197932fd7ef614e0
This commit is contained in:
parent
f0e92f0dc1
commit
989d63e0b0
1 changed files with 2 additions and 2 deletions
|
@ -2630,14 +2630,14 @@ (define-public rust-gix-packetline-blocking-0.16
|
|||
(define-public rust-gix-path-0.10
|
||||
(package
|
||||
(name "rust-gix-path")
|
||||
(version "0.10.3")
|
||||
(version "0.10.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-path" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dlz2y6z4v1l4ccw87dxbqc59zj2smc7w9m21ka36pr4mfc0kpdq"))))
|
||||
(base32 "0h1fkwz2ll7ahyd3sy127w3bkcv4lncl1ml37z6bxldf44k2i9hl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
|
|
Loading…
Reference in a new issue