python3Packages.ytmusicapi: 1.11.4 -> 1.11.5 (#487399)

This commit is contained in:
dotlambda
2026-02-05 20:58:40 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.11.4";
version = "1.11.5";
pyproject = true;
src = fetchFromGitHub {
owner = "sigma67";
repo = "ytmusicapi";
tag = version;
hash = "sha256-BumEdKosAe6A0K6Im8gVNMW89iljlvgbKSEo60/DpYg=";
hash = "sha256-csTe1fxoqc2/sDIq/2aVFvhfdhHpXlCrMkPoxZtScnY=";
};
build-system = [ setuptools-scm ];