python312Packages.ytmusicapi: 1.8.2 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-01-02 19:16:01 +01:00
committed by Weijia Wang
parent 6eafbd0904
commit 0299c518a4
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.8.2";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-SZ5YsQNrE91ycSXy/NjtjXp0E6msVKlV0f+Td0AwYpQ=";
tag = version;
hash = "sha256-yg8wjJTbx6LaVrln+Qdfn7XKnnI2n4W56YQZRYXrtLI=";
};
build-system = [ setuptools-scm ];