mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: Add rust-gix-revwalk-0.13.
* gnu/packages/crates-vcs.scm (rust-gix-revwalk-0.13): New variable. Change-Id: I112b5ef10818388ca9e2de25b24732c5730bdc07
This commit is contained in:
parent
340963aee9
commit
308345c7d4
1 changed files with 21 additions and 0 deletions
|
@ -5390,6 +5390,27 @@ handles finding names and parsing specifications.")
|
||||||
Gitoxide, a pure Rust implementation of Git.")
|
Gitoxide, a pure Rust implementation of Git.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-revwalk-0.13
|
||||||
|
(package
|
||||||
|
(inherit rust-gix-revwalk-0.15)
|
||||||
|
(name "rust-gix-revwalk")
|
||||||
|
(version "0.13.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-revwalk" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1q23mcf4ji5q8qi3g86vxxgz4x4ykgqja0kyacgi9bvimg50q0qv"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.24)
|
||||||
|
("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.42)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
(define-public rust-gix-revwalk-0.11
|
(define-public rust-gix-revwalk-0.11
|
||||||
(package
|
(package
|
||||||
(inherit rust-gix-revwalk-0.15)
|
(inherit rust-gix-revwalk-0.15)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue