gnu: Add rust-gix-commitgraph-0.22.
* gnu/packages/crates-vcs.scm (rust-gix-commitgraph-0.22): New variable. (rust-gix-commitgraph-0.21): Inherit from rust-gix-commitgraph-0.22. Change-Id: Ib19c7128d8894a55a41ac0a3fb356e5630831bc7master
parent
f96fb0d4af
commit
78eff348dc
|
@ -924,8 +924,36 @@ commit-graph files.")
|
||||||
command execution.")
|
command execution.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-commitgraph-0.22
|
||||||
|
(package
|
||||||
|
(name "rust-gix-commitgraph")
|
||||||
|
(version "0.22.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-commitgraph" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0dpcdj9s5pkdvqpc22jm42y2lhkji2jgixps7a05kw11l1xh19w5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-chunk" ,rust-gix-chunk-0.4)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.36)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||||
|
("rust-memmap2" ,rust-memmap2-0.9)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Read only access to Git the commitgraph file format")
|
||||||
|
(description "Part of Gitoxide, a pure Rust implementation of Git. This
|
||||||
|
package provides read only access to git commitgraph file.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-commitgraph-0.21
|
(define-public rust-gix-commitgraph-0.21
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-commitgraph-0.22)
|
||||||
(name "rust-gix-commitgraph")
|
(name "rust-gix-commitgraph")
|
||||||
(version "0.21.0")
|
(version "0.21.0")
|
||||||
(source
|
(source
|
||||||
|
@ -935,7 +963,6 @@ command execution.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12nzyh8gyg0k15swsy51m1iy521a7p5xbdg9pw1a1w1cw9g9fnp7"))))
|
(base32 "12nzyh8gyg0k15swsy51m1iy521a7p5xbdg9pw1a1w1cw9g9fnp7"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
("rust-document-features" ,rust-document-features-0.2)
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
@ -944,12 +971,7 @@ command execution.")
|
||||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||||
("rust-memmap2" ,rust-memmap2-0.7)
|
("rust-memmap2" ,rust-memmap2-0.7)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Read only access to Git the commitgraph file format")
|
|
||||||
(description "Part of Gitoxide, a pure Rust implementation of Git. This
|
|
||||||
package provides read only access to git commitgraph file.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-commitgraph-0.16
|
(define-public rust-gix-commitgraph-0.16
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue