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