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

Merge pull request #288232 from fabaff/xknxproject-bump

python311Packages.xknxproject: 3.5.0 -> 3.6.0
parents b5d14a4f 2837198c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "xknxproject";
  version = "3.5.0";
  version = "3.6.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "XKNX";
    repo = "xknxproject";
    rev = "refs/tags/${version}";
    hash = "sha256-0tnmD5X2wskyX9AKhn3JKwzZFpkKy5cKaGnzkUyjWhk=";
    hash = "sha256-7WK4TgrTuUwR33d1N8+VmgZ6iylyfIJbFCyxh49luL0=";
  };

  nativeBuildInputs = [