Merge pull request #293657 from r-ryantm/auto-update/python312Packages.xknx

python312Packages.xknx: 2.12.1 -> 2.12.2
This commit is contained in:
Nick Cao 2024-03-06 08:52:43 -05:00 committed by GitHub
commit f852f08b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "2.12.1";
version = "2.12.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
rev = "refs/tags/${version}";
hash = "sha256-O8xhih/EVULTq4jdmxInzXRO4m6PJA9pyzsHjR+58dQ=";
hash = "sha256-gajxXIR3lmHsW7258v4z20RilzGfm5KGVrXZwRm74Mk=";
};
nativeBuildInputs = [