Merge pull request #291198 from r-ryantm/auto-update/python312Packages.ytmusicapi

python312Packages.ytmusicapi: 1.5.2 -> 1.5.3
This commit is contained in:
Nick Cao 2024-02-25 10:56:43 -05:00 committed by GitHub
commit 4c2abb1fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.5.2";
version = "1.5.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-3dJ9Mu1cblBJh3BVEyxdfO+RD8kSxpdvnvox7ljMWT4=";
hash = "sha256-X4bfGYFttuEMwDyjqzDe3RJGkAvVUs91hEL0JfXrdIM=";
};
nativeBuildInputs = [