python3Packages.aioasuswrt: 1.5.1 -> 1.5.2

https://github.com/kennedyshead/aioasuswrt/releases/tag/V1.5.2
This commit is contained in:
Martin Weinelt
2025-12-13 01:39:27 +01:00
parent 7e43454830
commit 2b534e31be
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aioasuswrt";
version = "1.5.1";
version = "1.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "kennedyshead";
repo = "aioasuswrt";
tag = "v${version}";
hash = "sha256-4bVDho1JtNoWW3ueDgfu+GfRtrxWP6XxIK5R3BXgqfQ=";
tag = "V${version}";
hash = "sha256-vvOTHHB1FPjTenbVAHUSsFeoUVmkeGvpcXjET0Kd0Fg=";
};
build-system = [ setuptools ];