mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix@0.69.1.
* gnu/packages/crates-vcs.scm (rust-gix-0.69): New variable. Change-Id: I669ae14cc38345d7576aaf7b46c9eaede0aae8cf
This commit is contained in:
parent
773e865693
commit
9464cfaddc
1 changed files with 79 additions and 0 deletions
|
@ -2019,6 +2019,85 @@ and encoding support.")
|
|||
(description
|
||||
"This package provides archive generation from a git worktree stream.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-0.69
|
||||
(package
|
||||
(name "rust-gix")
|
||||
(version "0.69.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0gimmnxcrnz0icw089pf93gg93059xgghdis8gahbx6wxkdfn3ld"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-actor" ,rust-gix-actor-0.33)
|
||||
("rust-gix-archive" ,rust-gix-archive-0.18)
|
||||
("rust-gix-attributes" ,rust-gix-attributes-0.23)
|
||||
("rust-gix-command" ,rust-gix-command-0.4)
|
||||
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.25)
|
||||
("rust-gix-config" ,rust-gix-config-0.42)
|
||||
("rust-gix-credentials" ,rust-gix-credentials-0.26)
|
||||
("rust-gix-date" ,rust-gix-date-0.9)
|
||||
("rust-gix-diff" ,rust-gix-diff-0.49)
|
||||
("rust-gix-dir" ,rust-gix-dir-0.11)
|
||||
("rust-gix-discover" ,rust-gix-discover-0.37)
|
||||
("rust-gix-features" ,rust-gix-features-0.39)
|
||||
("rust-gix-filter" ,rust-gix-filter-0.16)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.12)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.17)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.6)
|
||||
("rust-gix-ignore" ,rust-gix-ignore-0.12)
|
||||
("rust-gix-index" ,rust-gix-index-0.37)
|
||||
("rust-gix-lock" ,rust-gix-lock-15)
|
||||
("rust-gix-mailmap" ,rust-gix-mailmap-0.25)
|
||||
("rust-gix-merge" ,rust-gix-merge-0.2)
|
||||
("rust-gix-negotiate" ,rust-gix-negotiate-0.17)
|
||||
("rust-gix-object" ,rust-gix-object-0.46)
|
||||
("rust-gix-odb" ,rust-gix-odb-0.66)
|
||||
("rust-gix-pack" ,rust-gix-pack-0.56)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-pathspec" ,rust-gix-pathspec-0.8)
|
||||
("rust-gix-prompt" ,rust-gix-prompt-0.9)
|
||||
("rust-gix-protocol" ,rust-gix-protocol-0.47)
|
||||
("rust-gix-ref" ,rust-gix-ref-0.49)
|
||||
("rust-gix-refspec" ,rust-gix-refspec-0.27)
|
||||
("rust-gix-revision" ,rust-gix-revision-0.31)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.17)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-gix-shallow" ,rust-gix-shallow-0.1)
|
||||
("rust-gix-status" ,rust-gix-status-0.16)
|
||||
("rust-gix-submodule" ,rust-gix-submodule-0.16)
|
||||
("rust-gix-tempfile" ,rust-gix-tempfile-15)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-gix-transport" ,rust-gix-transport-0.44)
|
||||
("rust-gix-traverse" ,rust-gix-traverse-0.43)
|
||||
("rust-gix-url" ,rust-gix-url-0.28)
|
||||
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.9)
|
||||
("rust-gix-worktree" ,rust-gix-worktree-0.38)
|
||||
("rust-gix-worktree-state" ,rust-gix-worktree-state-0.16)
|
||||
("rust-gix-worktree-stream" ,rust-gix-worktree-stream-0.18)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-prodash" ,rust-prodash-29)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.3)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "Interact with git repositories just like git would")
|
||||
(description
|
||||
"This package provides a way to interact with git repositories just like
|
||||
git would.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
(define-public rust-gix-0.66
|
||||
(package
|
||||
(name "rust-gix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue