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.5.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to 0.14.5. Change-Id: Id75a8392829de575ed452eec317f87e234c5564d
This commit is contained in:
parent
922aa64695
commit
10c334426c
1 changed files with 2 additions and 2 deletions
|
@ -1262,14 +1262,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.4")
|
||||
(version "0.14.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0n1rbwp35jwjwhx61r6vdgan22ladmxb73a6p386x91pzdxix2jv"))))
|
||||
(base32 "036xkscxnnvbz2cag7lrls5lv8bvjkgphbmsw15hz111phi5vavl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue