python3Packages.xknx: 0.17.1 -> 0.17.2

This commit is contained in:
Fabian Affolter 2021-03-14 01:05:54 +01:00
parent 86c7e9297d
commit 4e701b586a

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.17.1";
version = "0.17.2";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-FNI6zodwlYdJDxncCOubClG9L1U6HGkQxdEEp0LdW04=";
sha256 = "sha256-DJglvcpqGBVkycEjq+Oa9gz9Keop39+UR9SctX0lg/A=";
};
propagatedBuildInputs = [