python310Packages.myfitnesspal: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2023-01-17 08:37:53 +00:00
parent f46ee73ba6
commit a51aa50dfc
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "myfitnesspal";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xkO4rzjQTf1H4ZtJlzx6dT6BnfSg3VZU8pXdJFraTAI=";
sha256 = "sha256-wlQ/mo9MBQo0t1p0h6/TJir3I87DKYAUc022T3hZjH8=";
};
propagatedBuildInputs = [