Merge pull request #164941 from r-ryantm/auto-update/python3.10-myfitnesspal

python310Packages.myfitnesspal: 1.16.6 -> 1.17.0
This commit is contained in:
Fabian Affolter 2022-03-20 10:49:54 +01:00 committed by GitHub
commit ddb2d450a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
, measurement
, python-dateutil
, requests
, six
, rich
, pytestCheckHook
, mock
, nose
, pythonOlder
}:
# TODO: Define this package in "all-packages.nix" using "toPythonApplication".
@ -20,12 +20,14 @@
buildPythonPackage rec {
pname = "myfitnesspal";
version = "1.16.6";
version = "1.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "ac07369ede3ca4c6d673e02f2b9e0893b17d079f3085e36fdfdbdd1cba9f37db";
sha256 = "sha256-UXFvKQtC44EvscYWXK7KI/do3U0wTWI3zKwvsRdzKrs=";
};
propagatedBuildInputs = [
@ -36,7 +38,6 @@ buildPythonPackage rec {
measurement
python-dateutil
requests
six
rich
];