We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d7c93 + 03abbdc commit d9e589dCopy full SHA for d9e589d
pkgs/development/python-modules/xknx/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "xknx";
17
- version = "3.5.0";
+ version = "3.6.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "XKNX";
24
repo = "xknx";
25
tag = version;
26
- hash = "sha256-kpGT1UcpKL8LJvFkw3RYZcbXcLla95QB4exG7kA8+BQ=";
+ hash = "sha256-NEtx4aK4D6ZiLD8X3U0VTcLv5LLyPLxql9JbXrwamno=";
27
};
28
29
build-system = [ setuptools ];
0 commit comments