mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-object@0.46.1.
* gnu/packages/crates-vcs.scm (rust-gix-object-0.46): New variable. Change-Id: I34bff8a2d0023661c815ef30d69c29e5de2509ee
This commit is contained in:
parent
071b2aa1b3
commit
711b2be56e
1 changed files with 37 additions and 0 deletions
|
@ -1951,6 +1951,43 @@ identify git objects.")
|
||||||
"This package provides a crate to integrate various capabilities using
|
"This package provides a crate to integrate various capabilities using
|
||||||
compile-time feature flags for gitoxide.")
|
compile-time feature flags for gitoxide.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-object-0.46
|
||||||
|
(package
|
||||||
|
(name "rust-gix-object")
|
||||||
|
(version "0.46.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-object" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1skp7mbqbcdqkv9n4nxk87ilzd4jxfs7k10864zh7vw3040mhbg4"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-actor" ,rust-gix-actor-0.33)
|
||||||
|
("rust-gix-date" ,rust-gix-date-0.9)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.39)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-hashtable" ,rust-gix-hashtable-0.6)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||||
|
("rust-gix-validate" ,rust-gix-validate-0.9)
|
||||||
|
("rust-itoa" ,rust-itoa-1)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2)
|
||||||
|
("rust-winnow" ,rust-winnow-0.6))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"Immutable and mutable git objects with decoding and encoding support")
|
||||||
|
(description
|
||||||
|
"This package provides immutable and mutable git objects with decoding
|
||||||
|
and encoding support.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
(define-public rust-gix-0.66
|
(define-public rust-gix-0.66
|
||||||
(package
|
(package
|
||||||
(name "rust-gix")
|
(name "rust-gix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue