python312Packages.ytmusicapi: 1.6.0 -> 1.7.1

Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.6.0...1.7.1

Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.7.1

+2 -2
+2 -2
pkgs/development/python-modules/ytmusicapi/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ytmusicapi"; 12 - version = "1.6.0"; 12 + version = "1.7.1"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "sigma67"; 19 19 repo = "ytmusicapi"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-DqTcdWVivE2R51qm3XQ7cDnD1a90AocmX9TG+M5reto="; 21 + hash = "sha256-HMWb9NScT4rRMFsUXw6TW/T0P1eH0a46OegUZ0JceiE="; 22 22 }; 23 23 24 24 nativeBuildInputs = [