Unverified Commit 11ebed3d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.py-netgear-plus: 0.5.1 -> 0.6.1 (#511027)

parents 1bd52b48 c7140456
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "py-netgear-plus";
  version = "0.5.1";
  version = "0.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "foxey";
    repo = "py-netgear-plus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8cFaNDgOrsoDkOb6m5dJmd+vzUe11RyTOhd49JOygkA=";
    hash = "sha256-WXNhKpOoOYRwB1OYLFxVXy230MzG4vAZYZ0YUp5W/R8=";
  };

  build-system = [ hatchling ];