mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
Revert "gnu: rust-gix-validate: Update to 0.9.4."
This reverts commit 38db96c0fe
.
This commit is contained in:
parent
b51bb28993
commit
26adecbebc
1 changed files with 2 additions and 2 deletions
|
@ -9518,14 +9518,14 @@ package contains validation functions for various kinds of names in Git.")
|
||||||
(define-public rust-gix-validate-0.9
|
(define-public rust-gix-validate-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-validate")
|
(name "rust-gix-validate")
|
||||||
(version "0.9.4")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-validate" version))
|
(uri (crate-uri "gix-validate" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11204daz5qlk9kqnmiq4syv0n21phkiy3xkwxmwnrnh964jz3d9l"))))
|
(base32 "0dq9flm4iz1pzsiqqjmmxxzsp2fsdarx18db695v71gmz44hslnd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue