Skip to content

Commit 99ce5de

Browse files
authored
py-tinycss2: add v1.4.0 (spack#1917)
1 parent 9952e9b commit 99ce5de

File tree

1 file changed

+4
-0
lines changed
  • repos/spack_repo/builtin/packages/py_tinycss2

1 file changed

+4
-0
lines changed

repos/spack_repo/builtin/packages/py_tinycss2/package.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ class PyTinycss2(PythonPackage):
1818

1919
license("BSD-3-Clause")
2020

21+
version("1.4.0", sha256="10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7")
2122
version("1.2.1", sha256="8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627")
2223
version("1.1.1", sha256="b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf")
2324

25+
depends_on("[email protected]:", type=("build", "run"), when="@1.3:")
26+
depends_on("[email protected]:", type=("build", "run"), when="@1.2:")
27+
2428
depends_on("[email protected]:3", type="build")
2529
depends_on("[email protected]:", type=("build", "run"))

0 commit comments

Comments
 (0)