mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-gix-config-value-0.14: Update to 0.14.6.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to 0.14.6. Change-Id: Iea30252317a599183d7ffa3b789075dd5277b42e
This commit is contained in:
parent
a14457adf8
commit
01fa444505
1 changed files with 2 additions and 2 deletions
|
@ -1336,14 +1336,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.5")
|
||||
(version "0.14.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "036xkscxnnvbz2cag7lrls5lv8bvjkgphbmsw15hz111phi5vavl"))))
|
||||
(base32 "0158q089kc151h3n0wk43fg4s28v0cjscll2r1w3mcx9n41n5l7v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue