Merge pull request #238240 from fabaff/xknxproject-bump

python311Packages.xknxproject: 3.1.1 -> 3.2.0
This commit is contained in:
Mario Rodas 2023-06-17 09:23:00 -05:00 committed by GitHub
commit 3a801cdf52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [