mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: Add rust-gix-config-0.38.
* gnu/packages/crates-vcs.scm (rust-gix-config-0.38): New variable. Change-Id: If539e09a89825ce0bee9622840bca7c5271b7791
This commit is contained in:
parent
f9616da55b
commit
0e7fa696be
1 changed files with 30 additions and 0 deletions
|
@ -1650,6 +1650,36 @@ package provides read only access to Git's commitgraph file format.")
|
|||
Gitoxide project. Gitoxide is a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-config-0.38
|
||||
(package
|
||||
(inherit rust-gix-config-0.40)
|
||||
(name "rust-gix-config")
|
||||
(version "0.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0n768fy37w3wy8jsjk34draw8fcljq44yrf8qay9xw0v7p83zx98"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-gix-features" ,rust-gix-features-0.38)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.16)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-ref" ,rust-gix-ref-0.45)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2)
|
||||
("rust-winnow" ,rust-winnow-0.6))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))))
|
||||
|
||||
(define-public rust-gix-config-0.33
|
||||
(package
|
||||
(inherit rust-gix-config-0.40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue