Skip to content

Commit

Permalink
py-simpy: New version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex391 committed Apr 24, 2024
1 parent 3e004ac commit c3d090e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions var/spack/repos/builtin/packages/py-simpy/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ class PySimpy(PythonPackage):
homepage = "https://simpy.readthedocs.io/"
pypi = "simpy/simpy-4.0.2.tar.gz"

version("4.1.1", sha256="6d8adc0229df6b02fb7e26dcd1338703b4f4f63f167a5ac2a7213cb80aba4484")
version("4.0.2", sha256="6d8adc0229df6b02fb7e26dcd1338703b4f4f63f167a5ac2a7213cb80aba4484")

depends_on("py-setuptools@42:", type="build")
depends_on("py-setuptools-scm@3.4:+toml", type="build")
depends_on("py-setuptools@42:", type="build", when="@4.0.2")
depends_on("py-setuptools@64:", type="build", when="@4.1.1:")
depends_on("py-setuptools-scm@3.4:+toml", type="build", when="@4.0.2")
depends_on("py-setuptools-scm@8.0:+toml", type="build", when="@4.1.1:")

0 comments on commit c3d090e

Please sign in to comment.