10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-vDkrKVqyisPkswvfb+UPH95mehwNgyFxRmeT+1UHvXs=";
29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
31 propagatedBuildInputs = [
35 doCheck = false; # requires network access
37 pythonImportsCheck = [
42 description = "Python API for YouTube Music";
43 homepage = "https://github.com/sigma67/ytmusicapi";
44 changelog = "https://github.com/sigma67/ytmusicapi/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ dotlambda ];