1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02: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:
Efraim Flashner 2024-03-11 13:46:37 +02:00
parent 922aa64695
commit 10c334426c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1262,14 +1262,14 @@ is a pure Rust implementation of Git.")
(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)