python3Packages.ytmusicapi: 1.11.0 -> 1.11.1

Diff: https://github.com/sigma67/ytmusicapi/compare/1.11.0...1.11.1

Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.11.1
This commit is contained in:
Robert Schütz
2025-09-01 11:30:46 -07:00
parent 57606f117d
commit fc309ef60d
@@ -2,23 +2,20 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
requests,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.11.0";
version = "1.11.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "sigma67";
repo = "ytmusicapi";
tag = version;
hash = "sha256-7GaxWLGmyxy5RlLoqXXmTM67eoIDf9IB3qjohZcNupU=";
hash = "sha256-ZgzrXVBvITAW01hgFfFw13BcEVLxxhOzgrJSs+Bn3wg=";
};
build-system = [ setuptools-scm ];