gnu: Add rust-gix-refspec-0.21.
* gnu/packages/crates-vcs.scm (rust-gix-refspec-0.21): New variable. (rust-gix-refspec-0.20): Inherit from rust-gix-refspec-0.21. Change-Id: Ic0061a782ed4e4313bc2cc88a9b81c0a4f4af406
This commit is contained in:
parent
8b11d8125d
commit
6110619f35
1 changed files with 25 additions and 5 deletions
|
@ -3547,22 +3547,22 @@ Part of Gitoxide, a project to create a pure Rust Git implementation.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-gix-refspec-0.20
|
(define-public rust-gix-refspec-0.21
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-refspec")
|
(name "rust-gix-refspec")
|
||||||
(version "0.20.0")
|
(version "0.21.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-refspec" version))
|
(uri (crate-uri "gix-refspec" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vivb1g2ispw1mgibnq7yirvqbbclxgfldqwvk08zrqy5swd7nbn"))))
|
(base32 "01771g6dr5jqg9p1pvl6d7m5x52yfzgwqgm5namka5rc17srs8dy"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||||
("rust-gix-revision" ,rust-gix-revision-0.24)
|
("rust-gix-revision" ,rust-gix-revision-0.25)
|
||||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
@ -3573,6 +3573,26 @@ Part of Gitoxide, a project to create a pure Rust Git implementation.")
|
||||||
a pure Rust implementation of Git.")
|
a pure Rust implementation of Git.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-refspec-0.20
|
||||||
|
(package
|
||||||
|
(inherit rust-gix-refspec-0.21)
|
||||||
|
(name "rust-gix-refspec")
|
||||||
|
(version "0.20.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-refspec" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vivb1g2ispw1mgibnq7yirvqbbclxgfldqwvk08zrqy5swd7nbn"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||||
|
("rust-gix-revision" ,rust-gix-revision-0.24)
|
||||||
|
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
(define-public rust-gix-refspec-0.19
|
(define-public rust-gix-refspec-0.19
|
||||||
(package
|
(package
|
||||||
(inherit rust-gix-refspec-0.20)
|
(inherit rust-gix-refspec-0.20)
|
||||||
|
|
Reference in a new issue