Merge pull request #215227 from r-ryantm/auto-update/python310Packages.xknx

python310Packages.xknx: 2.3.0 -> 2.4.0
This commit is contained in:
Martin Weinelt
2023-02-08 02:19:26 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "2.3.0";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-G4az6YmCDv1MPF30mBQVNBPZdebjZqd+0vxo5F5iDWY=";
hash = "sha256-MSk/c2qLztq5GQ6+CzK0Jw+rOJTClguaoL284YaBPjw=";
};
propagatedBuildInputs = [