mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-gix-pathspec-0.5.
* gnu/packages/crates-vcs.scm (rust-gix-pathspec-0.5): New variable. (rust-gix-pathspec-0.4): Inherit from rust-gix-pathspec-0.5. Change-Id: I532ff32c05a61cb4b9d397aea53e0c6900e99197
This commit is contained in:
parent
bf00136d76
commit
d25b82813d
1 changed files with 28 additions and 5 deletions
|
@ -3139,24 +3139,24 @@ (define-public rust-gix-path-0.8
|
|||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-pathspec-0.4
|
||||
(define-public rust-gix-pathspec-0.5
|
||||
(package
|
||||
(name "rust-gix-pathspec")
|
||||
(version "0.4.1")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-pathspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ka9h2lfgbfbby5rciipgy6nkl1qkcrhp0xvr11z13m3flpvkfqx"))))
|
||||
(base32 "0iqj3l4z29sg2z4bb21dn3n58wd1jgl6ydpnradzh13wa7lhxnqc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-attributes" ,rust-gix-attributes-0.20)
|
||||
("rust-gix-attributes" ,rust-gix-attributes-0.21)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.14)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.15)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1)
|
||||
|
@ -3168,6 +3168,29 @@ (define-public rust-gix-pathspec-0.4
|
|||
part of Gitoxide, a Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-pathspec-0.4
|
||||
(package
|
||||
(inherit rust-gix-pathspec-0.5)
|
||||
(name "rust-gix-pathspec")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-pathspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ka9h2lfgbfbby5rciipgy6nkl1qkcrhp0xvr11z13m3flpvkfqx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-attributes" ,rust-gix-attributes-0.20)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.14)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serial-test" ,rust-serial-test-2))))))
|
||||
|
||||
(define-public rust-gix-pathspec-0.3
|
||||
(package
|
||||
(inherit rust-gix-pathspec-0.4)
|
||||
|
|
Loading…
Reference in a new issue