Add checksum for py-crashtest 0.4.0 (#33162)
This commit is contained in:
parent
41f992a2f8
commit
5f642ff2d6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user