mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: rust-gix-config-value-0.14: Update to 0.14.3.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to 0.14.3. Change-Id: I50cc18889a9d3128d3033631916a56ea83d98b9b
This commit is contained in:
parent
39692b417b
commit
4fad6dea04
1 changed files with 2 additions and 2 deletions
|
@ -1100,14 +1100,14 @@ (define-public rust-gix-config-0.23
|
|||
(define-public rust-gix-config-value-0.14
|
||||
(package
|
||||
(name "rust-gix-config-value")
|
||||
(version "0.14.0")
|
||||
(version "0.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0irgjzwq84rjx3qdjsb68vgdi1igp9laadcpw8rpk3jdgywhaxga"))))
|
||||
(base32 "03linqdbs6ci6ygj8qwmi0izz2ki55xypqyhi2g8y7ygyi3bxq2j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue