python310Packages.xknx: 2.5.0 -> 2.6.0

Diff: https://github.com/XKNX/xknx/compare/refs/tags/2.5.0...2.6.0

Changelog: https://github.com/XKNX/xknx/releases/tag/2.6.0
This commit is contained in:
Fabian Affolter 2023-03-01 10:30:09 +01:00 committed by Martin Weinelt
parent a55411d777
commit 384200baae
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "2.5.0";
version = "2.6.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dMjSdEqaocLmen3xs9Bols9GiGZ/ORZarwPNW74Z3YI=";
hash = "sha256-ivqUego6a9ieSxgHKd3szVAE23zMI54nYqbZjHIgVVE=";
};
propagatedBuildInputs = [