Add checksum for py-jupyter-server-mathjax 0.2.6 (#33203)

* Add checksum for py-jupyter-server-mathjax 0.2.6

* Update package.py

* Update package.py
This commit is contained in:
iarspider 2022-10-13 18:23:38 +02:00 committed by GitHub
parent 4ddf011c56
commit 5eeb81c253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,12 @@ class PyJupyterServerMathjax(PythonPackage):
homepage = "http://jupyter.org/"
pypi = "jupyter_server_mathjax/jupyter_server_mathjax-0.2.3.tar.gz"
version("0.2.6", sha256="bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943")
version("0.2.3", sha256="564e8d1272019c6771208f577b5f9f2b3afb02b9e2bff3b34c042cef8ed84451")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-wheel", type="build")
depends_on("py-jupyter-packaging", type="build")
depends_on("py-jupyter-server@1.1:1", type=("build", "run"))
depends_on("py-jupyter-packaging11@:1", when="@0.2.6:", type="build")
depends_on("py-jupyter-server@1.1:1", when="@0.2.3", type=("build", "run"))
depends_on("py-jupyter-server@1.1:", when="@0.2.6:", type=("build", "run"))