py-dunamai: add 1.17.0 (#38003)

This commit is contained in:
Manuela Kuhn 2023-05-30 21:34:15 +02:00 committed by GitHub
parent 0d582b2ea9
commit deb8b51098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class PyDunamai(PythonPackage):
homepage = "https://github.com/mtkennerly/dunamai" homepage = "https://github.com/mtkennerly/dunamai"
pypi = "dunamai/dunamai-1.13.1.tar.gz" pypi = "dunamai/dunamai-1.13.1.tar.gz"
version("1.17.0", sha256="459381b585a1e78e4070f0d38a6afb4d67de2ee95064bf6b0438ec620dde0820")
version("1.13.1", sha256="49597bdf653bdacdeb51ec6e0f1d4d2327309376fc83e6f1d42af6e29600515f") version("1.13.1", sha256="49597bdf653bdacdeb51ec6e0f1d4d2327309376fc83e6f1d42af6e29600515f")
depends_on("python@3.5:3", type=("build", "run")) depends_on("python@3.5:3", type=("build", "run"))