python312Packages.xknx: 3.1.0 -> 3.1.1

Diff: https://github.com/XKNX/xknx/compare/refs/tags/3.1.0...3.1.1

Changelog: https://github.com/XKNX/xknx/releases/tag/3.1.1
This commit is contained in:
Fabian Affolter
2024-08-20 08:50:47 +02:00
parent 2f6604d82a
commit 13ed39cccd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
rev = "refs/tags/${version}";
hash = "sha256-JoJvEE21BubAmPm97fk9mbCkkn1dWkZO/uLd6C0DkUQ=";
hash = "sha256-mlY9jPB3Sme9iajh5kWGf+8MHI0vMUilHe8W7AwmuCo=";
};
build-system = [ setuptools ];