py-hjson: fix typo in latest version (#35234)

This commit is contained in:
Erik Heeren 2023-01-30 19:49:07 +01:00 committed by GitHub
parent 6b3b7f8b7f
commit 830e3211e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ class PyHjson(PythonPackage):
homepage = "https://github.com/hjson/hjson-py"
pypi = "hjson/hjson-3.0.2.tar.gz"
version("3.1.2", sha256="55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75")
version("3.1.0", sha256="55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75")
version("3.0.2", sha256="2838fd7200e5839ea4516ece953f3a19892c41089f0d933ba3f68e596aacfcd5")
depends_on("py-setuptools", type="build")