mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-revision@0.32.0.
* gnu/packages/crates-vcs.scm (rust-gix-revision-0.32): New variable. Change-Id: Ic8bd4ba297dacdc9978363d1304d93e75aecedcc
This commit is contained in:
parent
d680b3329e
commit
9c41e1a9f0
1 changed files with 34 additions and 0 deletions
|
@ -7952,6 +7952,40 @@ a pure Rust implementation of Git.")
|
|||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-revision-0.32
|
||||
(package
|
||||
(name "rust-gix-revision")
|
||||
(version "0.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-revision" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lvb7rrjjdr9h21ign5g0za2jg00nimzqvkcdvbacpd5rjy8pqiz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.26)
|
||||
("rust-gix-date" ,rust-gix-date-0.9)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.7)
|
||||
("rust-gix-object" ,rust-gix-object-0.47)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.18)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis
|
||||
"Find names for git revisions and parsing specifications")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project dealing with
|
||||
finding names for revisions and parsing specifications.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-revision-0.29
|
||||
(package
|
||||
(name "rust-gix-revision")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue