python311Packages.xknxproject: 3.4.0 -> 3.4.1

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

Changelog: https://github.com/XKNX/xknxproject/releases/tag/3.4.1
This commit is contained in:
Fabian Affolter 2023-11-03 23:10:10 +01:00
parent 116a53bea2
commit c336a551b9

View file

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