mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-gix-config-value-0.14: Update to 0.14.8.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to 0.14.8 Change-Id: I22ad39e0d0a6ab60ef5385200495e996d20f9962
This commit is contained in:
parent
47069fd4d0
commit
43452cd9fb
1 changed files with 2 additions and 2 deletions
|
@ -1683,14 +1683,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.6")
|
||||
(version "0.14.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0158q089kc151h3n0wk43fg4s28v0cjscll2r1w3mcx9n41n5l7v"))))
|
||||
(base32 "133gpqyrg22c2kxsiv4ncp0rwwyxzkbq63y6xaccbpm0z9ln3xq3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue