python3Packages.amcrest: 1.9.8 -> 1.9.9

https://github.com/tchellomello/python-amcrest/releases/tag/1.9.9

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:58 +02:00
parent 2157043be1
commit 8082239640
@@ -56,7 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for Amcrest and Dahua Cameras";
homepage = "https://github.com/tchellomello/python-amcrest";
changelog = "https://github.com/tchellomello/python-amcrest/releases/tag/${version}";
changelog = "https://github.com/tchellomello/python-amcrest/releases/tag/${src.tag}";
license = licenses.gpl2Only;
maintainers = with maintainers; [ fab ];
};