mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
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:
parent
6af0e883b5
commit
b7b6a60f8a
1 changed files with 27 additions and 0 deletions
|
@ -29844,6 +29844,33 @@ (define-public rust-git2-curl-0.17
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-url" ,rust-url-2))))))
|
("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
|
(define-public rust-gix-revision-0.15
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-revision")
|
(name "rust-gix-revision")
|
||||||
|
|
Loading…
Reference in a new issue