python3Packages.tmdbsimple: Assigned a more relevant updater (#442911)

This commit is contained in:
tomberek
2026-01-01 04:40:00 +00:00
committed by GitHub

View File

@@ -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";