Merge pull request #64902 from r-ryantm/auto-update/python3.7-fitbit

python37Packages.fitbit: 0.3.0 -> 0.3.1
This commit is contained in:
Mario Rodas 2019-07-17 01:33:02 -05:00 committed by GitHub
commit 7095c14e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "fitbit";
version = "0.3.0";
version = "0.3.1";
checkInputs = [ coverage freezegun mock requests-mock sphinx ];
propagatedBuildInputs = [ dateutil requests_oauthlib ];
@ -23,7 +23,7 @@ buildPythonPackage rec {
rev = version;
owner = "orcasgit";
repo = "python-fitbit";
sha256 = "0s1kp4qcxvxghqf9nb71843slm4r5lhl2rlvj3yvhbby3cqs4g84";
sha256 = "1w2lpgf6bs5nbnmslppaf4lbhr9cj6grg0a525xv41jip7iy3vfn";
};
postPatch = ''