python311Packages.xknxproject: 3.1.1 -> 3.2.0

Diff: https://github.com/XKNX/xknxproject/compare/refs/tags/3.1.1...3.2.0

Changelog: https://github.com/XKNX/xknxproject/releases/tag/3.2.0
This commit is contained in:
Fabian Affolter 2023-06-17 13:21:55 +02:00
parent 9fce0f6550
commit 397d027682

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xknxproject";
version = "3.1.1";
version = "3.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknxproject";
rev = "refs/tags/${version}";
hash = "sha256-4FZJsw/x7yYPyAc26YTMWMzJuSGC3fkh3PunfUXmEUw=";
hash = "sha256-ZLBvhuLXEOgqS7tRwP/e1Dv1/EMqxqXgpAZtLQGIt/o=";
};
nativeBuildInputs = [