mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-revwalk@0.17.0.
* gnu/packages/crates-vcs.scm (rust-gix-revwalk-0.17): New variable. Change-Id: Id372869fbbbbbc59ce85bcd305986a90e759957a
This commit is contained in:
parent
384f103693
commit
62d31cf68a
1 changed files with 28 additions and 0 deletions
|
@ -1628,6 +1628,34 @@ to assure cleanup.")
|
||||||
"This package provides a git-config file parser and editor from the gitoxide
|
"This package provides a git-config file parser and editor from the gitoxide
|
||||||
project.")
|
project.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-revwalk-0.17
|
||||||
|
(package
|
||||||
|
(name "rust-gix-revwalk")
|
||||||
|
(version "0.17.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-revwalk" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "178hrfgigvr3a1m8mn1949ms75wb10s7rwyqczqghmpl6by2c02i"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.25)
|
||||||
|
("rust-gix-date" ,rust-gix-date-0.9)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-hashtable" ,rust-gix-hashtable-0.6)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.46)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis "crate providing utilities for walking the git revision graph")
|
||||||
|
(description
|
||||||
|
"This package provides a crate providing utilities for walking the
|
||||||
|
git revision graph.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
(define-public rust-gix-0.66
|
(define-public rust-gix-0.66
|
||||||
(package
|
(package
|
||||||
(name "rust-gix")
|
(name "rust-gix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue