10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "thethingsnetwork_python_client";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-ZLSMxFyzfPtz51fsY2wgucHzcAnSrL7VPOuW7DXTNbQ=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Module to fetch/receive and parse uplink messages from The Thinks Network";
42 homepage = "https://github.com/angelnu/thethingsnetwork_python_client";
43 changelog = "https://github.com/angelnu/thethingsnetwork_python_client/releases/tag/v${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];