Add checksum for py-crashtest 0.4.0 (#33162)

This commit is contained in:
iarspider 2022-10-10 18:30:28 +02:00 committed by GitHub
parent 41f992a2f8
commit 5f642ff2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,9 @@ class PyCrashtest(PythonPackage):
homepage = "https://github.com/sdispater/crashtest"
pypi = "crashtest/crashtest-0.3.1.tar.gz"
version("0.4.0", sha256="d629b00f1d4e79c316909f4eb763bbcb29b510d65fbde1365a1ceb93ab7fa4c8")
version("0.3.1", sha256="42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd")
depends_on("python@3.6:3", type=("build", "run"))
depends_on("python@3.7:3", when="@0.4.0:", type=("build", "run"))
depends_on("py-poetry-core@1:", type="build")