summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-jupyter-console/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-jupyter-console/package.py b/var/spack/repos/builtin/packages/py-jupyter-console/package.py
index 1861b052e9..f95b526be3 100644
--- a/var/spack/repos/builtin/packages/py-jupyter-console/package.py
+++ b/var/spack/repos/builtin/packages/py-jupyter-console/package.py
@@ -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"))