stravaweblib: use nix-update-script

This commit is contained in:
Steffen Vogel 2024-11-23 18:08:00 +01:00
parent 398f231c2c
commit 23f674f53d

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
nix-update-script,
# setuptools
setuptools,
@ -35,6 +36,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "stravaweblib" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Python library for extending the Strava v3 API using web scraping";
homepage = "https://github.com/pR0Ps/stravaweblib";