Loading pkgs/development/python-modules/frigidaire/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ chardet, fetchFromGitHub, idna, pythonOlder, requests, setuptools, urllib3, Loading @@ -13,16 +12,14 @@ buildPythonPackage rec { pname = "frigidaire"; version = "0.18.24"; version = "0.18.28"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "bm1549"; repo = "frigidaire"; tag = version; hash = "sha256-lpwzXeuFPvWV26AIAfzBHY3IiwEc8vThTXc/F0iyV1o="; hash = "sha256-2VleZyisva2HQPDmPoZbxnYu3t1S/HTuaZtFWFiU1nU="; }; postPatch = '' Loading @@ -49,7 +46,7 @@ buildPythonPackage rec { description = "Python API for the Frigidaire devices"; homepage = "https://github.com/bm1549/frigidaire"; changelog = "https://github.com/bm1549/frigidaire/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/frigidaire/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ chardet, fetchFromGitHub, idna, pythonOlder, requests, setuptools, urllib3, Loading @@ -13,16 +12,14 @@ buildPythonPackage rec { pname = "frigidaire"; version = "0.18.24"; version = "0.18.28"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "bm1549"; repo = "frigidaire"; tag = version; hash = "sha256-lpwzXeuFPvWV26AIAfzBHY3IiwEc8vThTXc/F0iyV1o="; hash = "sha256-2VleZyisva2HQPDmPoZbxnYu3t1S/HTuaZtFWFiU1nU="; }; postPatch = '' Loading @@ -49,7 +46,7 @@ buildPythonPackage rec { description = "Python API for the Frigidaire devices"; homepage = "https://github.com/bm1549/frigidaire"; changelog = "https://github.com/bm1549/frigidaire/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }