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

python312Packages.ytmusicapi: 1.7.4 -> 1.7.5
This commit is contained in:
Robert Schütz 2024-07-14 01:47:30 -07:00 committed by GitHub
commit ff7cfc2d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.7.4";
version = "1.7.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-gD0VpT0hTymubKLRnl45/FkEZ+t9IPA7pY8eIkTnrKM=";
hash = "sha256-hj2pGT35LCotR96WnyyyRVEiixwru57e3gPhL8tptfk=";
};
build-system = [