python311Packages.xknx: 2.9.0 -> 2.10.0

Diff: https://github.com/XKNX/xknx/compare/refs/tags/2.9.0...2.10.0

Changelog: https://github.com/XKNX/xknx/releases/tag/2.10.0
This commit is contained in:
Fabian Affolter 2023-05-28 22:33:24 +02:00
parent e9650c490a
commit 09dbd2dd15

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "2.9.0";
version = "2.10.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1Nt69lIle4vKSXfsTKWry1DXqCBEvBJz2JOOWrUYdX4=";
hash = "sha256-3eSS3V1EgLRf8lB3icG4pNGq0VbXjfgwEQ91mMRKyAE=";
};
nativeBuildInputs = [