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

python311Packages.ytmusicapi: 1.4.0 -> 1.4.2
This commit is contained in:
Robert Schütz 2024-01-08 22:57:02 +01:00 committed by GitHub
commit eaed3661b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.4.0";
version = "1.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-2Hrv2MYZTX5bR414mJYS/9znSZ/LazldGBx+NWjepWM=";
hash = "sha256-Ho8JEARmw9Pd7A/sYM6Fkp3gfYx4bXbFIvh9pSE7f5c=";
};
nativeBuildInputs = [