python312Packages.xknx: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm 2024-09-24 04:25:41 +00:00
parent ee35dc7c19
commit 4ef9ae136d

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.1.1";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
rev = "refs/tags/${version}";
hash = "sha256-mlY9jPB3Sme9iajh5kWGf+8MHI0vMUilHe8W7AwmuCo=";
hash = "sha256-hgCmzWncHTsvfVeU/ePpu59THtmuLlqeCO11/L4BRvM=";
};
build-system = [ setuptools ];