11 buildPythonPackage rec {
12 pname = "fjaraskupan";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-3jw42lsCwNkFptMNpnhtbrPIkZP/8lUCcMigzq8Hbc4=";
38 pythonImportsCheck = [
43 description = "Module for controlling Fjäråskupan kitchen fans";
44 homepage = "https://github.com/elupus/fjaraskupan";
45 changelog = "https://github.com/elupus/fjaraskupan/releases/tag/${version}";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];