Merge pull request #336007 from fabaff/xknx-bump

python312Packages.xknx: 3.1.0 -> 3.1.1
This commit is contained in:
Fabian Affolter 2024-08-20 20:11:52 +02:00 committed by GitHub
commit 90d8568f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];