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:
commit
ddb2d450a5
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user