mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-gix-fsck-0.4.
* gnu/packages/crates-vcs.scm (rust-gix-fsck-0.4): New variable. Change-Id: I51369a7b56cdb3a4cd6e33f11e9b32e2a1f287f3
This commit is contained in:
parent
3e9bfdc49f
commit
6bdc97a514
1 changed files with 22 additions and 0 deletions
|
@ -3118,6 +3118,28 @@ (define-public rust-gix-fs-0.2
|
|||
`(#:cargo-inputs (("rust-gix-features" ,rust-gix-features-0.30))
|
||||
#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-fsck-0.4
|
||||
(package
|
||||
(name "rust-gix-fsck")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-fsck" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a3ybr321f7p1qv37hvylihcqjxxqlf3jll8wcm0q6nhwpy2i0mv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.5)
|
||||
("rust-gix-object" ,rust-gix-object-0.42))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "Verifies the connectivity and validity of objects in the database")
|
||||
(description "This package verifies the connectivity and validity of objects
|
||||
in the database.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-glob-0.16
|
||||
(package
|
||||
(name "rust-gix-glob")
|
||||
|
|
Loading…
Reference in a new issue