python3Packages.py-netgear-plus: 0.4.7 -> 0.5.1

This commit is contained in:
Jan-Niklas Burfeind
2026-04-15 20:58:12 +02:00
parent ff9a85ea37
commit 3e48bc0739
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "py-netgear-plus";
version = "0.4.7";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "foxey";
repo = "py-netgear-plus";
tag = "v${finalAttrs.version}";
hash = "sha256-HoHXqAqVPqaw7WkRCi5AJ2dKG8IZX7l7bTp22KZBzdU=";
hash = "sha256-8cFaNDgOrsoDkOb6m5dJmd+vzUe11RyTOhd49JOygkA=";
};
build-system = [ hatchling ];