gnu: Add rust-gix-refspec-0.11.

* gnu/packages/crates-io.scm (rust-gix-refspec-0.11): New variable.

Change-Id: I71bf417cdf8c2fde811f8d514bcd674b20006455
This commit is contained in:
Efraim Flashner 2023-10-24 09:11:09 +03:00
parent 6af0e883b5
commit b7b6a60f8a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -29844,6 +29844,33 @@ (define-public rust-git2-curl-0.17
("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")