Merge pull request #198806 from fabaff/pywizlight-input

python310Packages.pywizlight: remove unneeded input
This commit is contained in:
Fabian Affolter 2022-10-31 22:46:21 +01:00 committed by GitHub
commit 44171d0258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{ lib
, asyncio-dgram
, buildPythonPackage
, click
, fetchFromGitHub
@ -19,11 +18,10 @@ buildPythonPackage rec {
owner = "sbidy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IkuAYEg5nuUT6zxmuJe6afp4MVWf0+HAnEoAdOrdTvQ=";
hash = "sha256-IkuAYEg5nuUT6zxmuJe6afp4MVWf0+HAnEoAdOrdTvQ=";
};
propagatedBuildInputs = [
asyncio-dgram
click
];