Unverified Commit 431a182e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.xknxproject: 3.7.1 -> 3.8.0 (#345464)

parents f10fe6a0 f970f038
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "xknxproject";
  version = "3.7.1";
  version = "3.8.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "XKNX";
    repo = "xknxproject";
    rev = "refs/tags/${version}";
    hash = "sha256-/Zg4MYOvbsbJ0zyKuq+gX0PNbm8TyyBMziIaGCq6Lt8=";
    hash = "sha256-TiFeyXgu7JKrCEzGCnamguWEP+HN4DRzYOErmdlWZFY=";
  };

  build-system = [ setuptools ];