Merge pull request #158382 from fabaff/bump-pywizlight

python3Packages.pywizlight: 0.4.16 -> 0.5
This commit is contained in:
Ben Siraphob 2022-02-06 20:01:17 +00:00 committed by GitHub
commit f23b4ae6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pywizlight";
version = "0.4.16";
version = "0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sbidy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Da5hkmzGJtfqiDPV9X02opv54Ry6sGiSbDnej9a2QDA=";
sha256 = "sha256-hw8fNguIqQslea44hiLgh6FntfKHFG1UeVYIvmu5nTw=";
};
propagatedBuildInputs = [