9 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-u+mXzkmM79NBi4oHnb32RbN9WPnba/cm1q2Ko0uNEZg=";
32 pythonImportsCheck = [ "tgcrypto" ];
35 description = "Fast and Portable Telegram Crypto Library for Python";
36 homepage = "https://github.com/pyrogram/tgcrypto";
37 license = licenses.lgpl3Plus;
38 maintainers = with maintainers; [ dotlambda ];