python310Packages.xknx: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2023-01-14 10:24:44 +00:00 committed by Martin Weinelt
parent 9352802f6a
commit 7a4afbf5a6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vz24saI0wuhax4/zCBDM3HB+ZjZI8bGOWr2va4V3zV8=";
hash = "sha256-G4az6YmCDv1MPF30mBQVNBPZdebjZqd+0vxo5F5iDWY=";
};
propagatedBuildInputs = [