Add checksum for py-jupyter-console 6.4.4 (#33088)
This commit is contained in:
parent
9de9d2f65b
commit
3968263bf6
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ class PyJupyterConsole(PythonPackage):
|
|||
homepage = "https://github.com/jupyter/jupyter_console"
|
||||
pypi = "jupyter_console/jupyter_console-6.4.0.tar.gz"
|
||||
|
||||
version("6.4.4", sha256="172f5335e31d600df61613a97b7f0352f2c8250bbd1092ef2d658f77249f89fb")
|
||||
version("6.4.3", sha256="55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5")
|
||||
version("6.4.0", sha256="242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7")
|
||||
version("6.1.0", sha256="6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b")
|
||||
|
@ -25,6 +26,7 @@ class PyJupyterConsole(PythonPackage):
|
|||
depends_on("python@2.7:2.8,3.3:", type=("build", "run"))
|
||||
depends_on("python@3.5:", type=("build", "run"), when="@6:")
|
||||
depends_on("python@3.6:", type=("build", "run"), when="@6.2:")
|
||||
depends_on("python@3.7:", type=("build", "run"), when="@6.4.4:")
|
||||
depends_on("py-setuptools@40.8.0:", type="build", when="@6.2:")
|
||||
depends_on("py-jupyter-client@7.0.0:", type=("build", "run"), when="@6.4.3:")
|
||||
depends_on("py-jupyter-client", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue