mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Git. This crate deals with paths and their conversions")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-gix-pathspec-0.4
|
(define-public rust-gix-pathspec-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-pathspec")
|
(name "rust-gix-pathspec")
|
||||||
(version "0.4.1")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-pathspec" version))
|
(uri (crate-uri "gix-pathspec" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ka9h2lfgbfbby5rciipgy6nkl1qkcrhp0xvr11z13m3flpvkfqx"))))
|
(base32 "0iqj3l4z29sg2z4bb21dn3n58wd1jgl6ydpnradzh13wa7lhxnqc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
("rust-bstr" ,rust-bstr-1)
|
("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-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-gix-path" ,rust-gix-path-0.10)
|
||||||
("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)
|
||||||
|
@ -3168,6 +3168,29 @@ Git. This crate deals with paths and their conversions")
|
||||||
part of Gitoxide, a Rust implementation of Git.")
|
part of Gitoxide, a Rust implementation of Git.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-gix-pathspec-0.3
|
||||||
(package
|
(package
|
||||||
(inherit rust-gix-pathspec-0.4)
|
(inherit rust-gix-pathspec-0.4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue