10 pname = "requests-cache";
11 namespace = "script.module.requests-cache";
12 version = "0.5.2+matrix.2";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-6M/v/ghS2TnSZhG8bREjxfEfcfLOmvA6hgsa7JUk9Dk=";
19 propagatedBuildInputs = [
25 updateScript = addonUpdateScript {
26 attrPath = "kodi.packages.requests-cache";
31 homepage = "https://github.com/reclosedev/requests-cache";
32 description = "Persistent cache for requests library";
33 license = licenses.bsd2;
34 maintainers = teams.kodi.members;