1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: Add rust-gix-command@0.4.1.

* gnu/packages/crates-vcs.scm (rust-gix-command-0.4): New variable.

Change-Id: Iea4838a046e3f34949afc5fa0b57256fac30b2f3
This commit is contained in:
Danny Milosavljevic 2025-05-19 20:49:46 +02:00
parent 91c5e2092e
commit 0ee89bdf5b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -3291,6 +3291,32 @@ implementing the standard git bitmap format.")
commit-graph files.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-command-0.4
(package
(name "rust-gix-command")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-command" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1wcdm6f8v28y2rv5lmz7kh4lnkdzplc92nh2c9gb8papss20nhfb"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-trace" ,rust-gix-trace-0.1)
("rust-shell-words" ,rust-shell-words-1))))
(home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis
"Handle internal git command execution")
(description
"This package provides a crate of the gitoxide project for handling of
internal git command execution.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-command-0.3
(package
(name "rust-gix-command")