mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-negotiate-0.15.
* gnu/packages/crates-vcs.scm (rust-gix-negotiate-0.15): New variable. (rust-gix-negotiate-0.11): Inherit from rust-gix-negotiate-0.15. Change-Id: I6b96b14fa25fc1d07fd6fe5dcbafa0f61d9297a3
This commit is contained in:
parent
19a5a25ca9
commit
21422dc935
1 changed files with 32 additions and 8 deletions
|
@ -3537,8 +3537,39 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-negotiate-0.15
|
||||
(package
|
||||
(name "rust-gix-negotiate")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-negotiate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ns7p4m1skzfkhb5wzr9h01qqsgnrhbqm53g9giak4d157rkn1ml"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.24)
|
||||
("rust-gix-date" ,rust-gix-date-0.9)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-object" ,rust-gix-object-0.44)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.15)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/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.11
|
||||
(package
|
||||
(inherit rust-gix-negotiate-0.15)
|
||||
(name "rust-gix-negotiate")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
|
@ -3548,7 +3579,6 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10nmbml8jz86rq6p2pcc4i7ks0naa9s069i80nnzcng2x6shp0p6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.23)
|
||||
|
@ -3557,13 +3587,7 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
("rust-gix-object" ,rust-gix-object-0.40)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.11)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/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))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-negotiate-0.10
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue