package/py-simplekml_add_new_versions (#33632)

Co-authored-by: sbulut <sbulut@3vgeomatics.com>
This commit is contained in:
Sinan 2022-11-01 08:30:02 -07:00 committed by GitHub
parent 156dd5848e
commit f2c84efed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ class PySimplekml(PythonPackage):
homepage = "https://readthedocs.org/projects/simplekml/"
pypi = "simplekml/simplekml-1.3.1.tar.gz"
version("1.3.6", sha256="cda687be2754395fcab664e908ebf589facd41e8436d233d2be37a69efb1c536")
version("1.3.5", sha256="657b4e20177299a4e80bacfafff1f91102010bc23dc0ce7a7ae43bdd4246049e")
version("1.3.1", sha256="30c121368ce1d73405721730bf766721e580cae6fbb7424884c734c89ec62ad7")
depends_on("python@2.6:", type=("build", "run"))