mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Add rust-gix-commitgraph@0.26.0.
* gnu/packages/crates-vcs.scm (rust-gix-commitgraph-0.26): New variable. Change-Id: I39b4bbd08a293a1147b9587c6190f8d85ca5acb6
This commit is contained in:
parent
0ee89bdf5b
commit
d14d8d74ee
1 changed files with 28 additions and 0 deletions
|
@ -3358,6 +3358,34 @@ command execution.")
|
||||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||||
#:cargo-inputs (("rust-bstr" ,rust-bstr-1))))))
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-commitgraph-0.26
|
||||||
|
(package
|
||||||
|
(name "rust-gix-commitgraph")
|
||||||
|
(version "0.26.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-commitgraph" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xs85svhri8b40paa3zjjxfqzl6g3ganxnxg1nhjcq51v318wfp2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#: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.40)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||||
|
("rust-memmap2" ,rust-memmap2-0.9)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis "Read-only access to the git commitgraph file format")
|
||||||
|
(description
|
||||||
|
"This package provides read-only access to the git commitgraph file format.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-commitgraph-0.24
|
(define-public rust-gix-commitgraph-0.24
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-commitgraph")
|
(name "rust-gix-commitgraph")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue