10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-46+Ml73F6EUbMwRJB93FD+No/g65RJwnCnFzH4Pb5ek=";
29 propagatedBuildInputs = [
33 # Tests are interacting with the Dexcom API
36 pythonImportsCheck = [
41 description = "Python API to interact with Dexcom Share service";
42 homepage = "https://github.com/gagebenne/pydexcom";
43 changelog = "https://github.com/gagebenne/pydexcom/releases/tag/${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];