15 buildPythonPackage rec {
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-37/fg2vbwYPhYPvSJ2YxWAPrfspqTE3thIL/VR1+AkI=";
38 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Module for interacting with Tago.io";
56 homepage = "https://github.com/tago-io/sdk-python";
57 changelog = "https://github.com/tago-io/sdk-python/releases/tag/v${version}";
58 license = licenses.asl20;
59 maintainers = with maintainers; [ fab ];