spotdl: unpin ytmusicapi

+1 -12
+1 -12
pkgs/tools/audio/spotdl/default.nix
··· 6 }: 7 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 - }; 21 in python.pkgs.buildPythonApplication rec { 22 pname = "spotdl"; 23 version = "4.2.1";
··· 6 }: 7 8 let 9 + python = python3; 10 in python.pkgs.buildPythonApplication rec { 11 pname = "spotdl"; 12 version = "4.2.1";