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:
Efraim Flashner 2024-11-25 11:00:34 +02:00
parent 3e9bfdc49f
commit 6bdc97a514
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")