python3Packages.pyautogui: add changelog

This commit is contained in:
Timo Gottszky
2026-06-03 18:06:26 +02:00
parent 7a4508b06d
commit 7d00066273
@@ -14,7 +14,7 @@
xvfb-run,
scrot,
}:
buildPythonPackage {
buildPythonPackage (finalAttrs: {
pname = "pyautogui";
version = "0.9.53";
pyproject = true;
@@ -60,7 +60,8 @@ buildPythonPackage {
meta = {
description = "PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks";
homepage = "https://github.com/asweigart/pyautogui";
changelog = "https://github.com/asweigart/pyautogui/blob/${finalAttrs.src.rev}/CHANGES.txt";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ lucasew ];
};
}
})