Merge pull request #116262 from fabaff/bump-xknx

python3Packages.xknx: 0.17.1 -> 0.17.2
This commit is contained in:
Sandro 2021-03-14 02:27:36 +01:00 committed by GitHub
commit 24b3e0cd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [