Merge pull request #324568 from dotlambda/python3Packages.ytmusicapi

python312Packages.ytmusicapi: 1.7.3 -> 1.7.4
This commit is contained in:
Nick Cao 2024-07-04 14:12:34 -04:00 committed by GitHub
commit 0ff26ddb48
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.3";
version = "1.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-a2EZ0uUwdP0QNQh9h4TG1lmPXkvrlDziKiUQwYENXwk=";
hash = "sha256-gD0VpT0hTymubKLRnl45/FkEZ+t9IPA7pY8eIkTnrKM=";
};
build-system = [