gnu: Add rust-gix-revwalk-0.11.
* gnu/packages/crates-vcs.scm (rust-gix-revwalk-0.11): New variable. (rust-gix-revwalk-0.10): Inherit from rust-gix-revwalk-0.11. Change-Id: Id20f11119537b89066312d0809045cc88581a950
This commit is contained in:
parent
cf50617e0c
commit
8794904e37
1 changed files with 29 additions and 8 deletions
|
@ -3739,8 +3739,36 @@ handles finding names and parsing specifications.")
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-revwalk-0.11
|
||||
(package
|
||||
(name "rust-gix-revwalk")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-revwalk" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0pz411j9hpdls77qglgcwxk794pb4fbqnflz460dxg9bbkzfabbh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.23)
|
||||
("rust-gix-date" ,rust-gix-date-0.8)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.5)
|
||||
("rust-gix-object" ,rust-gix-object-0.40)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Utilities for walking the Git's revision graph")
|
||||
(description
|
||||
"Utilities for walking Git's revision graph. This crate is part of
|
||||
Gitoxide, a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-revwalk-0.10
|
||||
(package
|
||||
(inherit rust-gix-revwalk-0.11)
|
||||
(name "rust-gix-revwalk")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
|
@ -3750,7 +3778,6 @@ handles finding names and parsing specifications.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1pf15qvha76skcyvysmmxfvb7fpq3s716izizmss956ajcjfvm39"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.22)
|
||||
("rust-gix-date" ,rust-gix-date-0.8)
|
||||
|
@ -3758,13 +3785,7 @@ handles finding names and parsing specifications.")
|
|||
("rust-gix-hashtable" ,rust-gix-hashtable-0.4)
|
||||
("rust-gix-object" ,rust-gix-object-0.39)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Utilities for walking the Git's revision graph")
|
||||
(description
|
||||
"Utilities for walking Git's revision graph. This crate is part of
|
||||
Gitoxide, a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-revwalk-0.9
|
||||
(package
|
||||
|
|
Reference in a new issue