python313Packages.asusrouter: 1.20.1 -> 1.21.0

Diff: https://github.com/Vaskivskyi/asusrouter/compare/1.20.1...1.21.0

Changelog: https://github.com/Vaskivskyi/asusrouter/releases/tag/1.21.0
This commit is contained in:
Fabian Affolter
2025-09-11 21:04:35 +02:00
parent 2eb7334fe9
commit c75ab0edf1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "asusrouter";
version = "1.20.1";
version = "1.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Vaskivskyi";
repo = "asusrouter";
tag = version;
hash = "sha256-RZdSwLR/7uJICc56lLO0YyFs1ZDzpk/8Ebm3juG+gss=";
hash = "sha256-SMQ1jEEMRngl0idWXi7R7KinxR9NnH39vB/itVi7A4A=";
};
postPatch = ''