py-vermin: add v1.2.1 (#24607)

This commit is contained in:
Morten Kristensen 2021-06-30 17:13:21 +02:00 committed by GitHub
parent ea261e3530
commit b8512983d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,11 @@ class PyVermin(PythonPackage):
"""Concurrently detect the minimum Python versions needed to run code.""" """Concurrently detect the minimum Python versions needed to run code."""
homepage = "https://github.com/netromdk/vermin" homepage = "https://github.com/netromdk/vermin"
url = "https://github.com/netromdk/vermin/archive/v1.2.0.tar.gz" url = "https://github.com/netromdk/vermin/archive/v1.2.1.tar.gz"
maintainers = ['netromdk'] maintainers = ['netromdk']
version('1.2.1', sha256='b7b2c77cf67a27a432371cbc7f184151b6f3dd22bd9ccf3a7a10b7ae3532ac81')
version('1.2.0', sha256='a3ab6dc6608b859f301b9a77d5cc0d03335aae10c49d47a91b82be5be48c4f1f') version('1.2.0', sha256='a3ab6dc6608b859f301b9a77d5cc0d03335aae10c49d47a91b82be5be48c4f1f')
version('1.1.1', sha256='d13b2281ba16c9d5b0913646483771789552230a9ed625e2cd92c5a112e4ae80') version('1.1.1', sha256='d13b2281ba16c9d5b0913646483771789552230a9ed625e2cd92c5a112e4ae80')
version('1.1.0', sha256='62d9f1b6694f50c22343cead2ddb6e2b007d24243fb583f61ceed7540fbe660b') version('1.1.0', sha256='62d9f1b6694f50c22343cead2ddb6e2b007d24243fb583f61ceed7540fbe660b')