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

python313Packages.xknx: 3.4.0 -> 3.5.0 (#378337)

parents 6b9a5de0 e2ad018e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "xknx";
  version = "3.4.0";
  version = "3.5.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "XKNX";
    repo = "xknx";
    tag = version;
    hash = "sha256-nCFIP4ZeO4pRmyh2BdE86Dg/0zKYR3izcc2MOzVC4/g=";
    hash = "sha256-kpGT1UcpKL8LJvFkw3RYZcbXcLla95QB4exG7kA8+BQ=";
  };

  build-system = [ setuptools ];