python3Packages.xknx: 0.17.2 -> 0.17.4

This commit is contained in:
Fabian Affolter 2021-03-26 21:09:47 +01:00
parent 109d6b3bdb
commit 4fc4386617

View File

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