Merge pull request #126666 from fabaff/bump-xknx

python3Packages.xknx: 0.18.5 -> 0.18.7
This commit is contained in:
Fabian Affolter 2021-06-19 22:49:48 +02:00 committed by GitHub
commit 1f6c756bba
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.18.5";
version = "0.18.7";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-hvLfcrN1NFKM2YezvMLSTNZtwpThEnT7eRUnVzbrK0Q=";
sha256 = "17w6a4ci4w6ggxpa99197f84awd116ygzd3fa5cvn1a7221dvdj4";
};
propagatedBuildInputs = [
@ -43,5 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/XKNX/xknx";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}