Skip to content

Commit d9e589d

Browse files
authored
python312Packages.xknx: 3.5.0 -> 3.6.0 (#383738)
2 parents 13d7c93 + 03abbdc commit d9e589d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/xknx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "xknx";
17-
version = "3.5.0";
17+
version = "3.6.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "XKNX";
2424
repo = "xknx";
2525
tag = version;
26-
hash = "sha256-kpGT1UcpKL8LJvFkw3RYZcbXcLla95QB4exG7kA8+BQ=";
26+
hash = "sha256-NEtx4aK4D6ZiLD8X3U0VTcLv5LLyPLxql9JbXrwamno=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)