Loading pkgs/development/python-modules/ytmusicapi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "ytmusicapi"; version = "1.11.1"; version = "1.11.2"; pyproject = true; src = fetchFromGitHub { owner = "sigma67"; repo = "ytmusicapi"; tag = version; hash = "sha256-ZgzrXVBvITAW01hgFfFw13BcEVLxxhOzgrJSs+Bn3wg="; hash = "sha256-Q7+vc8wc4imHBHImAvxQZHkk3dT4HM3BifDivNjCMtU="; }; build-system = [ setuptools-scm ]; Loading Loading
pkgs/development/python-modules/ytmusicapi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "ytmusicapi"; version = "1.11.1"; version = "1.11.2"; pyproject = true; src = fetchFromGitHub { owner = "sigma67"; repo = "ytmusicapi"; tag = version; hash = "sha256-ZgzrXVBvITAW01hgFfFw13BcEVLxxhOzgrJSs+Bn3wg="; hash = "sha256-Q7+vc8wc4imHBHImAvxQZHkk3dT4HM3BifDivNjCMtU="; }; build-system = [ setuptools-scm ]; Loading