mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-gix-glob-0.15.
* gnu/packages/crates-vcs.scm (rust-gix-glob-0.15): New variable. (rust-gix-glob-0.14): Inherit from rust-gix-glob-0.15. Change-Id: I7a5c297e283de3b311a45925400f7e1b9d896a84
This commit is contained in:
parent
f24cd4401e
commit
9715fc38b3
1 changed files with 28 additions and 8 deletions
|
@ -1995,8 +1995,35 @@ (define-public rust-gix-fs-0.2
|
|||
`(#:cargo-inputs (("rust-gix-features" ,rust-gix-features-0.30))
|
||||
#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-glob-0.15
|
||||
(package
|
||||
(name "rust-gix-glob")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-glob" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1f610aws4ah12phhbj7h4ypbkj8i00f4dpfw8gip09r6igqk4qmf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-features" ,rust-gix-features-0.37)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Gitoxide project crate dealing with pattern matching")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project dealing with pattern
|
||||
matching.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-glob-0.14
|
||||
(package
|
||||
(inherit rust-gix-glob-0.15)
|
||||
(name "rust-gix-glob")
|
||||
(version "0.14.1")
|
||||
(source
|
||||
|
@ -2006,20 +2033,13 @@ (define-public rust-gix-glob-0.14
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06gz18spc8p4b3rbbbh2i2dz1ld2cw3ikgxkwmhjkspfqnc95cax"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-features" ,rust-gix-features-0.36)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Gitoxide project crate dealing with pattern matching")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project dealing with pattern
|
||||
matching.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-gix-glob-0.13
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue