gnu: Add rust-regex-syntax-0.5.

* gnu/packages/crates-io.scm (rust-regex-syntax-0.5): New variable.
This commit is contained in:
Efraim Flashner 2020-01-20 21:47:19 +02:00
parent 790c528525
commit 010ea34f7d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -9100,6 +9100,25 @@ uses finite automata and guarantees linear time matching on all inputs.")
(license (list license:asl2.0
license:expat))))
(define-public rust-regex-syntax-0.5
(package
(inherit rust-regex-syntax-0.6)
(name "rust-regex-syntax")
(version "0.5.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex-syntax" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"19zp25jr3dhmclg3qqjk3bh1yrn7bqi05zgr5v52szv3l97plw3x"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-ucd-util" ,rust-ucd-util-0.1))))))
(define-public rust-remove-dir-all-0.5
(package
(name "rust-remove-dir-all")