gnu: Add rust-gix-revwalk-0.8.
* gnu/packages/crates-io.scm (rust-gix-revwalk-0.8): New variable. (rust-gix-revwalk-0.1): Inherit from rust-gix-revwalk-0.8. Change-Id: I80145c469a760f3fd1af11b5f1502a41bfe91b69 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2307a5f16e
commit
375518b3ee
1 changed files with 29 additions and 7 deletions
|
@ -31732,8 +31732,36 @@ representing refspecs.")
|
||||||
names for revisions and parsing specifications.")
|
names for revisions and parsing specifications.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-revwalk-0.8
|
||||||
|
(package
|
||||||
|
(name "rust-gix-revwalk")
|
||||||
|
(version "0.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-revwalk" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yd27ip3xhxplsw6cmyjz1vk6q5c0qhkn33icx2hiwij21mhr1z9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.21)
|
||||||
|
("rust-gix-date" ,rust-gix-date-0.8)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||||
|
("rust-gix-hashtable" ,rust-gix-hashtable-0.4)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.37)
|
||||||
|
("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.1
|
(define-public rust-gix-revwalk-0.1
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-revwalk-0.8)
|
||||||
(name "rust-gix-revwalk")
|
(name "rust-gix-revwalk")
|
||||||
(version "0.1.0")
|
(version "0.1.0")
|
||||||
(source
|
(source
|
||||||
|
@ -31743,7 +31771,6 @@ names for revisions and parsing specifications.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jnkyb5yk8y76q5gbmdykm2snxn5v9dbc4jy3walz4a7hyx269mw"))))
|
(base32 "1jnkyb5yk8y76q5gbmdykm2snxn5v9dbc4jy3walz4a7hyx269mw"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-gix-commitgraph" ,rust-gix-commitgraph-0.16)
|
(("rust-gix-commitgraph" ,rust-gix-commitgraph-0.16)
|
||||||
|
@ -31751,12 +31778,7 @@ names for revisions and parsing specifications.")
|
||||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.2)
|
("rust-gix-hashtable" ,rust-gix-hashtable-0.2)
|
||||||
("rust-gix-object" ,rust-gix-object-0.30)
|
("rust-gix-object" ,rust-gix-object-0.30)
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Crate providing utilities for walking the revision graph")
|
|
||||||
(description "This package provides a crate providing utilities for walking
|
|
||||||
the revision graph.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-sec-0.8
|
(define-public rust-gix-sec-0.8
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue