python3Packages.tmdbsimple: Assigned a more relevant updater

This commit is contained in:
Théo Bori
2025-09-14 15:44:10 +02:00
parent d0b95fe0db
commit 20730b8576
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
requests,
unstableGitUpdater,
}:
buildPythonPackage {
@@ -27,6 +28,8 @@ buildPythonPackage {
# The tests require an internet connection and an API key
doCheck = false;
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Wrapper for The Movie Database API v3";
homepage = "https://github.com/celiao/tmdbsimple";