mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-ignore-0.10.
* gnu/packages/crates-vcs.scm (rust-gix-ignore-0.10): New variable. (rust-gix-ignore-0.9): Inherit from rust-gix-ignore-0.10. Change-Id: I01a41c6a3c622ac9a130e45f58dd353254e12725
This commit is contained in:
parent
cfc7c61ffb
commit
fb021a9969
1 changed files with 27 additions and 7 deletions
|
@ -2149,8 +2149,34 @@ keys. Part of Gitoxide a Rust implementation of Git.")
|
||||||
("rust-hashbrown" ,rust-hashbrown-0.14)
|
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||||
("rust-parking-lot" ,rust-parking-lot-0.12))))))
|
("rust-parking-lot" ,rust-parking-lot-0.12))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-ignore-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-gix-ignore")
|
||||||
|
(version "0.10.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-ignore" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hr6zmh9gx1qx0rwzj1m44sn8plw5wspyi7kf9zdpbk01i2cwmpk"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-glob" ,rust-gix-glob-0.15)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-unicode-bom" ,rust-unicode-bom-2))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "This Gitoxide crate handles .gitignore files")
|
||||||
|
(description
|
||||||
|
"This crate is part of Gitoxide, it handles @code{.gitignore} files.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-ignore-0.9
|
(define-public rust-gix-ignore-0.9
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-ignore-0.10)
|
||||||
(name "rust-gix-ignore")
|
(name "rust-gix-ignore")
|
||||||
(version "0.9.1")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
|
@ -2160,19 +2186,13 @@ keys. Part of Gitoxide a Rust implementation of Git.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ydq53isj75vf7gjggnv8yf2jimx7sfk5xpw66hvqi8nya6cq5d2"))))
|
(base32 "0ydq53isj75vf7gjggnv8yf2jimx7sfk5xpw66hvqi8nya6cq5d2"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
("rust-document-features" ,rust-document-features-0.2)
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
("rust-gix-glob" ,rust-gix-glob-0.14)
|
("rust-gix-glob" ,rust-gix-glob-0.14)
|
||||||
("rust-gix-path" ,rust-gix-path-0.10)
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-unicode-bom" ,rust-unicode-bom-2))))
|
("rust-unicode-bom" ,rust-unicode-bom-2))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "This Gitoxide crate handles .gitignore files")
|
|
||||||
(description
|
|
||||||
"This crate is part of Gitoxide, it handles @code{.gitignore} files.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-ignore-0.8
|
(define-public rust-gix-ignore-0.8
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue