py-archspec: add v0.2.2 (#41110)

This commit is contained in:
Massimiliano Culpo 2023-11-17 11:22:32 +01:00 committed by GitHub
parent 1b66cbacf0
commit 54ab0872f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ class PyArchspec(PythonPackage):
maintainers("alalazo")
version("0.2.2", sha256="d922c9fd80a5234d8cef883fbe0e146b381c449062c0405f91714ebad1edc035")
version("0.2.1", sha256="0974a8a95831d2d43cce906c5b79a35d5fd2bf9be478b0e3b7d83ccc51ac815e")
version("0.2.0", sha256="6aaba5ebdb5c3633c400d8c221a6a18716da0c64b367a8509f4217b22e91a5f5")
depends_on("py-poetry-core@1.0.0:", type="build")
depends_on("py-click@8", type=("build", "run"))
depends_on("py-click@8", type=("build", "run"), when="@:0.2.0")