diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b818c1471a..56daead803 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -29844,6 +29844,33 @@ 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-refspec-0.11 + (package + (name "rust-gix-refspec") + (version "0.11.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "gix-refspec" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1x0cayswa8m0yiybi8g3jimpc6jggfvrw6y53snxhvf8mciddgvj")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-bstr" ,rust-bstr-1) + ("rust-gix-hash" ,rust-gix-hash-0.11) + ("rust-gix-revision" ,rust-gix-revision-0.15) + ("rust-gix-validate" ,rust-gix-validate-0.7) + ("rust-smallvec" ,rust-smallvec-1) + ("rust-thiserror" ,rust-thiserror-1)))) + (home-page "https://github.com/Byron/gitoxide") + (synopsis "Parsing and representing refspecs") + (description + "This package provides a crate of the gitoxide project for parsing and +representing refspecs.") + (license (list license:expat license:asl2.0)))) + (define-public rust-gix-revision-0.15 (package (name "rust-gix-revision")