Unverified Commit ff50d755 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #319997 from fabaff/pyinsteon-bump

python311Packages.pyinsteon: 1.6.1 -> 1.6.2
parents 8907e621 3de644a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pyinsteon";
  version = "1.6.1";
  version = "1.6.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "pyinsteon";
    repo = "pyinsteon";
    rev = "refs/tags/${version}";
    hash = "sha256-s8YRDu+UpU1sisdscd87CpcLl3csOUDdIuKqx48GZsw=";
    hash = "sha256-V1sYLKKlTMG9Km53uNCU34e8D/owxuDNT+HGZxtK21I=";
  };

  build-system = [ setuptools ];