mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
python3Packages.tmdbsimple: Assigned a more relevant updater (#442911)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user