me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gix-validate-0.7.

* gnu/packages/crates-io.scm (rust-gix-validate-0.7): New variable.

Change-Id: I00b91090a56701a6f6d8cda1f2676d5dadbb4634
Efraim Flashner 2023-10-24 09:10:45 +03:00
parent 0409a54069
commit 0b4c57c036
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -29844,6 +29844,27 @@ libcurl, which is intended to be used with the @code{git2} crate.")
("rust-log" ,rust-log-0.4)
("rust-url" ,rust-url-2))))))
(define-public rust-gix-validate-0.7
(package
(name "rust-gix-validate")
(version "0.7.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-validate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0h4hr3rpgwc7ixyynjp53s9il3sb0gq8ad332k8drwyfn8vkg6xs"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Validation functions for various kinds of names in git")
(description "Validation functions for various kinds of names in git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-worktree-0.18
(package
(name "rust-gix-worktree")