Skip to content

Commit

Permalink
py-heat: add v1.4.2 (spack#45317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito authored Aug 1, 2024
1 parent 20e6b60 commit 9f04c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-heat/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class PyHeat(PythonPackage):

license("MIT")

version("1.4.2", sha256="d6714428a9c5204c1c44a2b246f228effaddc688f812277f229f4acdbcfeb7c5")
version("1.4.1", sha256="ecd871717c372a6983f643c0178dda44bc017d6b32b9258dbf3775af95f580ce")
version("1.4.0", sha256="6836fa10f9ce62ea61cf1bdc3283d7ad0c305836cc5a08c4edfd30695708e788")
version("1.3.1", sha256="8997ddc56a1d3078b44a1e2933adc0a7fbf678bd19bade3ae015bc0e13d40d3b")
Expand Down Expand Up @@ -50,7 +51,7 @@ class PyHeat(PythonPackage):
depends_on("[email protected]:3.11", type=("build", "run"))
depends_on("py-mpi4py@3:", type=("build", "run"))
depends_on("[email protected]:1", type=("build", "run"))
depends_on("[email protected]:2.2.2", type=("build", "run"))
depends_on("[email protected]:2.3.2", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("pil@6:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
Expand Down

0 comments on commit 9f04c45

Please sign in to comment.