Add checksum for py-pysympy 1.11.1 (#32972)
This commit is contained in:
parent
aaf6b1fd29
commit
bf7512e25a
@ -11,6 +11,7 @@ class PySympy(PythonPackage):
|
||||
|
||||
pypi = "sympy/sympy-0.7.6.tar.gz"
|
||||
|
||||
version("1.11.1", sha256="e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658")
|
||||
version("1.8", sha256="1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb")
|
||||
version("1.7.1", sha256="a3de9261e97535b83bb8607b0da2c7d03126650fafea2b2789657b229c246b2e")
|
||||
version("1.7", sha256="9104004669cda847f38cfd8cd16dd174952c537349dbae740fea5331d2b3a51b")
|
||||
@ -29,6 +30,7 @@ class PySympy(PythonPackage):
|
||||
depends_on("python@2.7:2.8,3.5:", when="@1.5", type=("build", "run"))
|
||||
depends_on("python@3.5:", when="@1.6", type=("build", "run"))
|
||||
depends_on("python@3.6:", when="@1.7:", type=("build", "run"))
|
||||
depends_on("python@3.8:", when="@1.11.1:", type=("build", "run"))
|
||||
|
||||
# pip silently replaces distutils with setuptools
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
Loading…
Reference in New Issue
Block a user