mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: Add rust-regex-syntax-0.3.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.3): New variable.
This commit is contained in:
parent
20104fdda6
commit
7cbbea1456
1 changed files with 19 additions and 0 deletions
|
@ -10025,6 +10025,25 @@ (define-public rust-regex-syntax-0.5
|
||||||
#: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.3
|
||||||
|
(package
|
||||||
|
(inherit rust-regex-syntax-0.6)
|
||||||
|
(name "rust-regex-syntax")
|
||||||
|
(version "0.3.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "regex-syntax" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ms9hgdhhsxw9w920i7gipydvagf100bb56jbs192rz86ln01v7r"))))
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-quickcheck" ,rust-quickcheck-0.2)
|
||||||
|
("rust-rand" ,rust-rand-0.3))))))
|
||||||
|
|
||||||
(define-public rust-remove-dir-all-0.5
|
(define-public rust-remove-dir-all-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-remove-dir-all")
|
(name "rust-remove-dir-all")
|
||||||
|
|
Loading…
Reference in a new issue