gnu: Add rust-gix-pathspec@0.8.1.

* gnu/packages/crates-vcs.scm (rust-gix-pathspec-0.8): New variable.

Change-Id: Icfae0d080e3adfaf978af545950c6a36d8e15a62
This commit is contained in:
Danny Milosavljevic 2025-05-19 20:45:43 +02:00
parent e2303c28fc
commit 3a0469e929
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1209,6 +1209,34 @@ finding names for revisions and parsing specifications.")
algorithms.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-pathspec-0.8
(package
(name "rust-gix-pathspec")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-pathspec" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07mqfl6232285yzsmym2vr7vndwh3ivx9p7xgv7nzsd4wkxjsisc"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
("rust-bstr" ,rust-bstr-1)
("rust-gix-attributes" ,rust-gix-attributes-0.23)
("rust-gix-config-value" ,rust-gix-config-value-0.14)
("rust-gix-glob" ,rust-gix-glob-0.17)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-thiserror" ,rust-thiserror-2))))
(home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis "git magical pathspecs")
(description
"This package provides a crate of the gitoxide project dealing with
git magical pathspecs.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-0.66
(package
(name "rust-gix")