py-pyautogui: add v0.9.53 (#36498)

This commit is contained in:
Ryan Marcellino 2023-03-28 14:50:29 -04:00 committed by GitHub
parent d76a8b7de7
commit a771bfadd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyPyautogui(PythonPackage):
homepage = "https://pyautogui.readthedocs.io/en/latest/"
pypi = "PyAutoGUI/PyAutoGUI-0.9.52.tar.gz"
version("0.9.53", sha256="d31de8f712218d90be7fc98091fce1a12a3e9196e0c814eb9afd73bb2ec97035")
version("0.9.52", sha256="a486cb6b818bcbcdf98b48d010c7cee964134fa394b756e8ce6e50d43b58ecc8")
depends_on("py-setuptools", type="build")