gnu: Add rust-gix-worktree-state-0.3.

* gnu/packages/crates-io.scm (rust-gix-worktree-state-0.3): New variable.

Change-Id: I235b635749b45f929d6d486a04ac31444feac8c7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Steve George 2023-11-09 19:38:21 +00:00 committed by Efraim Flashner
parent 7cf104f01c
commit a16d157589
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -32183,6 +32183,39 @@ types and utilities. Part of Gitoxide a pure Rust implementation of Git.")
("rust-tempfile" ,rust-tempfile-3)
("rust-walkdir" ,rust-walkdir-2))))))
(define-public rust-gix-worktree-state-0.3
(package
(name "rust-gix-worktree-state")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-worktree-state" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bcpspxpvl8yybz8b0p64pjxb69b7kmkhsyv9jgarigjc1lv1bn3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
("rust-gix-features" ,rust-gix-features-0.35)
("rust-gix-filter" ,rust-gix-filter-0.5)
("rust-gix-fs" ,rust-gix-fs-0.7)
("rust-gix-glob" ,rust-gix-glob-0.13)
("rust-gix-hash" ,rust-gix-hash-0.13)
("rust-gix-index" ,rust-gix-index-0.25)
("rust-gix-object" ,rust-gix-object-0.37)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-worktree" ,rust-gix-worktree-0.26)
("rust-io-close" ,rust-io-close-0.3)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis
"Gitoxide project functions that set Git's worktree to a particular state")
(description
"This package provides functions for setting the Git worktree to a particular
state. Used by Gitoxide a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gjson-0.8
(package
(name "rust-gjson")