Unverified Commit 3a801cdf authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #238240 from fabaff/xknxproject-bump

python311Packages.xknxproject: 3.1.1 -> 3.2.0
parents f9aab3e2 397d0276
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "xknxproject";
  version = "3.1.1";
  version = "3.2.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "XKNX";
    repo = "xknxproject";
    rev = "refs/tags/${version}";
    hash = "sha256-4FZJsw/x7yYPyAc26YTMWMzJuSGC3fkh3PunfUXmEUw=";
    hash = "sha256-ZLBvhuLXEOgqS7tRwP/e1Dv1/EMqxqXgpAZtLQGIt/o=";
  };

  nativeBuildInputs = [