1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: rust-gix-validate-0.8: Update to 0.8.5.

* gnu/packages/crates-vcs.scm (rust-gix-validate-0.8): Update to 0.8.5.

Change-Id: Ifc443c56832d4001c2c0a4b22986fba9c84da3a8
This commit is contained in:
Efraim Flashner 2024-11-20 20:51:20 +02:00
parent 0df225d2e9
commit 0bfb31f57d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6502,14 +6502,14 @@ package contains validation functions for various kinds of names in Git.")
(package
(inherit rust-gix-validate-0.9)
(name "rust-gix-validate")
(version "0.8.4")
(version "0.8.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-validate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0i8m4jv53yn8nhp2niifb03p6lcyj1sd8d6x36n5x624c3hcd7z3"))))
(base32 "1kqad8a2wdz69ma7hspi21pazgpkrc5hg4iw37gsvca99b9pvhl2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)