[py-preshed] added version 3.0.8 (#38969)

* [py-preshed] added version 3.0.8

* [py-preshed] reordered for consistancy
This commit is contained in:
Jen Herting 2023-09-02 17:25:41 -04:00 committed by GitHub
parent ca872f9c34
commit 260e735425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,10 @@ class PyPreshed(PythonPackage):
homepage = "https://github.com/explosion/preshed"
pypi = "preshed/preshed-3.0.2.tar.gz"
version("3.0.8", sha256="6c74c70078809bfddda17be96483c41d06d717934b07cab7921011d81758b357")
version("3.0.2", sha256="61d73468c97c1d6d5a048de0b01d5a6fd052123358aca4823cdb277e436436cb")
depends_on("py-setuptools", type="build")
depends_on("py-cython@0.28:", when="@3.0.8:", type="build")
depends_on("py-cymem@2.0.2:2.0", type=("build", "run"))
depends_on("py-murmurhash@0.28:1.0", type=("build", "run"))