python3Packages.py-netgear-plus: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm
2026-05-13 04:54:29 +00:00
parent 3e7ba2031b
commit ef1d762ff6
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "py-netgear-plus";
version = "0.6.3";
version = "0.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "foxey";
repo = "py-netgear-plus";
tag = "v${finalAttrs.version}";
hash = "sha256-hnaUvf4r279JKzIJVyZqf8Iypsi5FOEjwJir4/E+5Xs=";
hash = "sha256-UDy5kMfSrKXLsGTRLcYWqi7Mv1dtYSaIx+sy8PHipKE=";
};
build-system = [ hatchling ];