me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I1f1d2f3565b956584fe09b611ceb9be12e1ba279
master
Efraim Flashner 2024-01-22 10:58:19 +02:00
parent 36d92126d6
commit a36a8361da
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1171,14 +1171,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.3")
(version "0.14.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-config-value" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "03linqdbs6ci6ygj8qwmi0izz2ki55xypqyhi2g8y7ygyi3bxq2j"))))
(base32 "0n1rbwp35jwjwhx61r6vdgan22ladmxb73a6p386x91pzdxix2jv"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)