diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-formulaic/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-formulaic/package.py b/var/spack/repos/builtin/packages/py-formulaic/package.py index 63645ed3f2..ace0295a31 100644 --- a/var/spack/repos/builtin/packages/py-formulaic/package.py +++ b/var/spack/repos/builtin/packages/py-formulaic/package.py @@ -13,11 +13,11 @@ class PyFormulaic(PythonPackage): homepage = "https://github.com/matthewwardrop/formulaic" pypi = "formulaic/formulaic-0.2.4.tar.gz" + version("0.6.1", sha256="5b20b2130436dc8bf5ea604e69d88d44b3be4d8ea20bfea96d982fa1f6bb762b") version("0.5.2", sha256="25b1e1c8dff73f0b11c0028a6ab350222de6bbc47b316ccb770cec16189cef53") version("0.2.4", sha256="15b71ea8972fb451f80684203cddd49620fc9ed5c2e35f31e0874e9c41910d1a") depends_on("python@3.7.2:", when="@5:", type=("build", "run")) - depends_on("python@3.6:", type=("build", "run")) depends_on("py-hatchling", when="@0.5:", type="build") depends_on("py-hatch-vcs", when="@0.5:", type="build") depends_on("py-setuptools", when="@:0.3.2", type="build") |