python3Packages.pyautogui: add changelog
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user