mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Add rust-gix-negotiate@0.18.0.
* gnu/packages/crates-vcs.scm (rust-gix-negotiate-0.18): New variable. Change-Id: I2483c7a10dca565b6d9f09f62e34f9cc216796a4
This commit is contained in:
parent
3cad2af40c
commit
5bbb742d35
1 changed files with 30 additions and 0 deletions
|
@ -6043,6 +6043,36 @@ Gitoxide, a pure Rust implementation of Git.")
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-negotiate-0.18
|
||||||
|
(package
|
||||||
|
(name "rust-gix-negotiate")
|
||||||
|
(version "0.18.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-negotiate" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "107gh0yn4z1lnzljlr538gg5bs9k9mzjncam1g9h7qxvywgaza56"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.26)
|
||||||
|
("rust-gix-date" ,rust-gix-date-0.9)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.47)
|
||||||
|
("rust-gix-revwalk" ,rust-gix-revwalk-0.18)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"Implements Git's negotiation algorithms as part of Gixoxide")
|
||||||
|
(description
|
||||||
|
"Gitoxide is a pure Rust implementation of Git. This package consists of
|
||||||
|
Git's negotiation algorithms.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-negotiate-0.15
|
(define-public rust-gix-negotiate-0.15
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-negotiate")
|
(name "rust-gix-negotiate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue