python311Packages.xknxproject: 3.1.0 -> 3.1.1

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

Changelog: https://github.com/XKNX/xknxproject/releases/tag/3.1.1
This commit is contained in:
Fabian Affolter 2023-06-10 21:01:43 +02:00
parent aef6306c67
commit ac5228f786

View file

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