Add checksum for py-tomli 2.0.1 (#32949)

This commit is contained in:
iarspider 2022-10-03 18:45:55 +02:00 committed by GitHub
parent 941eb8d297
commit 8227a221e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,11 @@ class PyTomli(PythonPackage):
url = "https://files.pythonhosted.org/packages/py3/t/tomli/tomli-1.2.2-py3-none-any.whl"
list_url = "https://pypi.org/simple/tomli/"
version(
"2.0.1",
sha256="939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
expand=False,
)
version(
"1.2.2",
sha256="f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade",
@ -27,3 +32,4 @@ class PyTomli(PythonPackage):
)
depends_on("python@3.6:", type=("build", "run"))
depends_on("python@3.7:", when="@2.0.1:", type=("build", "run"))