mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add rust-gix-commitgraph@0.25.1.
* gnu/packages/crates-vcs.scm (rust-gix-commitgraph-0.25): New variable. Change-Id: I537c36b3387fda0cf06d40edf1cfa1556258c98d
This commit is contained in:
parent
62d31cf68a
commit
bc94630890
1 changed files with 29 additions and 0 deletions
|
@ -1656,6 +1656,35 @@ project.")
|
|||
"This package provides a crate providing utilities for walking the
|
||||
git revision graph.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-commitgraph-0.25
|
||||
(package
|
||||
(name "rust-gix-commitgraph")
|
||||
(version "0.25.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-commitgraph" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11cdlkbkv80imbdkiy8k09gb1c48k6qadpmxvavb53w6ly8nbnm8"))))
|
||||
(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.39)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||
("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-0.66
|
||||
(package
|
||||
(name "rust-gix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue