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

python312Packages.ytmusicapi: 1.8.0 -> 1.8.1
This commit is contained in:
Robert Schütz 2024-08-25 12:44:14 -07:00 committed by GitHub
commit 5f18935823
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.8.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-PuGGUyQ199Awo0Dqi6xUAAt53WZjvaLiW7bIT4zlMT0=";
hash = "sha256-zjJ/Kkym4zHYYIlITgTas+q41vv9ow/f6AqfTd64iB8=";
};
build-system = [ setuptools-scm ];