Merge pull request #118162 from fabaff/bump-xknx

python3Packages.xknx: 0.17.4 -> 0.17.5
This commit is contained in:
Martin Weinelt 2021-03-31 20:47:00 +02:00 committed by GitHub
commit 9547c61266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.17.4";
version = "0.17.5";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-QMtpGd7JFPGTLHbhyjOsan1Ow32v8B2ss84GpHA0qqs=";
sha256 = "sha256-oLm1Bh58mKwbQf9FloqEnypzANikxgdFpAB99h/Mb9U=";
};
propagatedBuildInputs = [