python311Packages.xknxproject: 3.3.0 -> 3.4.0

Diff: https://github.com/XKNX/xknxproject/compare/refs/tags/3.3.0...3.4.0

Changelog: https://github.com/XKNX/xknxproject/releases/tag/3.4.0
This commit is contained in:
Fabian Affolter 2023-10-28 10:14:31 +02:00
parent 0643b928c8
commit 6a0c7881bd

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknxproject";
version = "3.3.0";
version = "3.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknxproject";
rev = "refs/tags/${version}";
hash = "sha256-RH5RQHLpfrI9fRg6OfPZ7/BPHQuHCrkJlwW/EJitdPo=";
hash = "sha256-YHHiA0AKyqOYQHeNJqInxjjn4L64z9Y2mf6otMZVscA=";
};
nativeBuildInputs = [