Merge pull request #309782 from r-ryantm/auto-update/python311Packages.ytmusicapi

python311Packages.ytmusicapi: 1.7.1 -> 1.7.2
This commit is contained in:
Robert Schütz 2024-05-26 15:37:28 +00:00 committed by GitHub
commit d924b019d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.7.1";
version = "1.7.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-HMWb9NScT4rRMFsUXw6TW/T0P1eH0a46OegUZ0JceiE=";
hash = "sha256-mFjNtZdLpS1jfqF/KZ1p8H0pWUGsIdFDxhc4dZnv6HM=";
};
build-system = [