Skip to content

Commit 9608ca5

Browse files
authored
py_vermin: add v1.8.0 (spack#2520)
1 parent 5052a40 commit 9608ca5

File tree

1 file changed

+2
-1
lines changed
  • repos/spack_repo/builtin/packages/py_vermin

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ class PyVermin(PythonPackage):
1212
"""Concurrently detect the minimum Python versions needed to run code."""
1313

1414
homepage = "https://github.com/netromdk/vermin"
15-
url = "https://github.com/netromdk/vermin/archive/v1.7.0.tar.gz"
15+
url = "https://github.com/netromdk/vermin/archive/v1.8.0.tar.gz"
1616

1717
maintainers("netromdk")
1818

1919
license("MIT")
2020

21+
version("1.8.0", sha256="a1f3692f8c69b1f7ed1f417bfa2d63407e0213f33f92070762b08d198c0a59e8")
2122
version("1.7.0", sha256="ffffc0c879e1643a12f9dcea782529a21e2c92a81e0f54e4b6b64bffcc2172bd")
2223
version("1.6.0", sha256="31200b1e674e064c7473484372db2743f5abbf1409d994880486bca5bcf05bec")
2324
version("1.5.2", sha256="e4b6ca6f3e71b0d83a179dc4a4ba50682f60474cf8c948ba9f82e330f219ff4a")

0 commit comments

Comments
 (0)