Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.ytmusicapi: 1.3.1 -> 1.3.2

Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.3.1...1.3.2

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

+2 -2
+2 -2
pkgs/development/python-modules/ytmusicapi/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ytmusicapi"; 12 - version = "1.3.1"; 12 + version = "1.3.2"; 13 13 format = "pyproject"; 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-6dsMOFyZ8cX2zKXX682b5znJvXYTeKt99Wafz7RkfQw="; 21 + hash = "sha256-vDkrKVqyisPkswvfb+UPH95mehwNgyFxRmeT+1UHvXs="; 22 22 }; 23 23 24 24 nativeBuildInputs = [