mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add rust-gix-fs@0.13.0.
* gnu/packages/crates-vcs.scm (rust-gix-fs-0.13): New variable. Change-Id: I904c50988188ceae3005723c942b067acc6164c3
This commit is contained in:
parent
417f871487
commit
63c478c4e0
1 changed files with 25 additions and 0 deletions
|
@ -4993,6 +4993,31 @@ Git filters in Rust.")
|
||||||
("rust-thiserror" ,rust-thiserror-1))
|
("rust-thiserror" ,rust-thiserror-1))
|
||||||
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1))))))
|
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-fs-0.13
|
||||||
|
(package
|
||||||
|
(name "rust-gix-fs")
|
||||||
|
(version "0.13.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-fs" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0g86cb2i18c7jnj8i9691a3h07nz7hvinig7ryvzyi6zpykpybhq"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-fastrand" ,rust-fastrand-2)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.40)
|
||||||
|
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||||
|
("rust-serde" ,rust-serde-1))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis "git file system specific utilities")
|
||||||
|
(description
|
||||||
|
"This package provides a crate providing file system specific utilities
|
||||||
|
to `gitoxide`.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-fs-0.11
|
(define-public rust-gix-fs-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-fs")
|
(name "rust-gix-fs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue