mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: Add rust-gix-negotiate-0.13.
* gnu/packages/crates-vcs.scm (rust-gix-negotiate-0.13): New variable. Change-Id: I0e4ac21409ff9cbe5f61500d193837a0d9d9473e
This commit is contained in:
parent
0694ee6444
commit
042429ab26
1 changed files with 22 additions and 0 deletions
|
@ -3662,6 +3662,28 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
Git's negotiation algorithms.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-negotiate-0.13
|
||||
(package
|
||||
(inherit rust-gix-negotiate-0.15)
|
||||
(name "rust-gix-negotiate")
|
||||
(version "0.13.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-negotiate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0962x6gxhwp55kyr26hzsswv8qbg9h1f16x8kd8n7fq7cgxpkj4y"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("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-object" ,rust-gix-object-0.42)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.13)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-negotiate-0.11
|
||||
(package
|
||||
(inherit rust-gix-negotiate-0.15)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue