spotdl: unpin ytmusicapi

+1 -12
+1 -12
pkgs/tools/audio/spotdl/default.nix
··· 6 6 }: 7 7 8 8 let 9 - python = python3.override { 10 - packageOverrides = self: super: { 11 - ytmusicapi = super.ytmusicapi.overridePythonAttrs (old: rec { 12 - version = "0.25.1"; 13 - src = fetchPypi { 14 - inherit (old) pname; 15 - inherit version; 16 - hash = "sha256-uc/fgDetSYaCRzff0SzfbRhs3TaKrfE2h6roWkkj8yQ="; 17 - }; 18 - }); 19 - }; 20 - }; 9 + python = python3; 21 10 in python.pkgs.buildPythonApplication rec { 22 11 pname = "spotdl"; 23 12 version = "4.2.1";