python37Packages.fitbit: 0.3.0 -> 0.3.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fitbit/versions
This commit is contained in:
R. RyanTM 2019-07-16 05:13:37 -07:00
parent 7803ff314c
commit 7b45104309

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 = ''