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

Changed files
+2 -2
pkgs
development
python-modules
asusrouter
+2 -2
pkgs/development/python-modules/asusrouter/default.nix
···
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 = ''