gnu: Add rust-memchr-1.0.

* gnu/packages/crates-io.scm (rust-memchr-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-13 22:02:08 -08:00 committed by Efraim Flashner
parent 73dd517dfc
commit 5d183b9fe8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1831,6 +1831,21 @@ whether an expression matches a pattern.")
(description "Safe interface to memchr.")
(license (list license:expat license:unlicense))))
(define-public rust-memchr-1.0
(package
(inherit rust-memchr-2.2)
(name "rust-memchr")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "memchr" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0yjyja34pzhipdl855q3m21w1lyih4lw79x2dp3czwdla4pap3ql"))))))
(define-public rust-memmap-0.7
(package
(name "rust-memmap")