mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-regex-syntax-0.4.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.4): New variable.
This commit is contained in:
parent
5247f79db6
commit
eba1524df2
1 changed files with 19 additions and 0 deletions
|
@ -18859,6 +18859,25 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-ucd-util" ,rust-ucd-util-0.1))))))
|
(("rust-ucd-util" ,rust-ucd-util-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-regex-syntax-0.4
|
||||||
|
(package
|
||||||
|
(inherit rust-regex-syntax-0.6)
|
||||||
|
(name "rust-regex-syntax")
|
||||||
|
(version "0.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "regex-syntax" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"03p24bsfg2rw2cc5h8ri4fp7j06xwyyd5grlqy0g11ixp5c1r4wf"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||||
|
("rust-rand" ,rust-rand-0.4))))))
|
||||||
|
|
||||||
(define-public rust-regex-syntax-0.3
|
(define-public rust-regex-syntax-0.3
|
||||||
(package
|
(package
|
||||||
(inherit rust-regex-syntax-0.6)
|
(inherit rust-regex-syntax-0.6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue