gnu: rust-gix-config-value-0.14: Update to 0.14.9.

* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to
0.14.9.

Change-Id: Ib2d692bf455b39220474b7f9662256ed28bff8af
This commit is contained in:
Efraim Flashner 2024-12-02 20:08:18 +02:00
parent db096cab68
commit 496976f8ec
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1966,14 +1966,14 @@ Gitoxide project. Gitoxide is a pure Rust implementation of Git.")
(define-public rust-gix-config-value-0.14
(package
(name "rust-gix-config-value")
(version "0.14.8")
(version "0.14.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-config-value" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "133gpqyrg22c2kxsiv4ncp0rwwyxzkbq63y6xaccbpm0z9ln3xq3"))))
(base32 "0q26nzp4rhj90whwvsw8n3k1v6x4bwk3sn3n7awa8py7m7f3zppk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)