python3Packages.fitbit-web-api: 2.13.5 -> 2.15.0

This commit is contained in:
R. Ryantm
2026-04-27 06:08:26 +00:00
parent 7714e60c31
commit 4535d6ae8f
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "fitbit-web-api";
version = "2.13.5";
version = "2.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "fitbit-web-api";
tag = "v${version}";
hash = "sha256-HqlySvC6EGnetrh0t8shapS/ggSRVoI8xPXta2eBqlk=";
hash = "sha256-1XqUhQQRTlEOIbZGzRx9CvJVAE50Enu+4fQXpOgNPdA=";
};
build-system = [ hatchling ];