python3Packages.music-assistant-client: 1.2.0 -> 1.2.4

https://github.com/music-assistant/client/blob/1.2.4/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
music-assistant-client
+2 -2
pkgs/development/python-modules/music-assistant-client/default.nix
···
buildPythonPackage rec {
pname = "music-assistant-client";
-
version = "1.2.0";
+
version = "1.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "client";
tag = version;
-
hash = "sha256-i3VIRK3RUgbF5KX3U7i4WwjbLaRvg88zUH5Ly8BKEB0=";
+
hash = "sha256-0NgV/xa8jF+j+oIZllgT7UI4MRsP3vTDarluLgtSZwI=";
};
postPatch = ''