python312Packages.xknx: 3.2.0 -> 3.3.0 (#350154)

This commit is contained in:
OTABI Tomoya
2024-10-30 10:31:13 +09:00
committed by GitHub
@@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
rev = "refs/tags/${version}";
hash = "sha256-hgCmzWncHTsvfVeU/ePpu59THtmuLlqeCO11/L4BRvM=";
hash = "sha256-FLGOY7IUdLvRbwSWUYbJl0VzOCJVwiG+2C+CjFAqI6g=";
};
build-system = [ setuptools ];