python3Packages.asusrouter: 1.21.1 -> 1.21.3

This commit is contained in:
R. Ryantm
2025-12-12 02:35:26 +00:00
parent 1e60adf5e3
commit d0e44c5b60
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "asusrouter";
version = "1.21.1";
version = "1.21.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Vaskivskyi";
repo = "asusrouter";
tag = version;
hash = "sha256-y7qJOwKPbVadaiOPyQ7JSrZeOgMDlurONLSvDLauuLI=";
hash = "sha256-7OmuJ3VKBdg5hK8RAkA8DQGd4L+g9S17VT0B5JhNaSA=";
};
postPatch = ''