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:
Steve George 2024-10-03 12:45:21 +01:00 committed by Efraim Flashner
parent 47069fd4d0
commit 43452cd9fb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)