python3Packages.music-assistant-client: 1.3.3 -> 1.3.5

Diff: https://github.com/music-assistant/client/compare/1.3.3...1.3.5

Changelog: https://github.com/music-assistant/client/releases/tag/1.3.5
This commit is contained in:
Robert Schütz
2026-05-05 10:51:08 -07:00
parent 2369d6bafb
commit d48e50cbef
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "music-assistant-client";
version = "1.3.3";
version = "1.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "client";
tag = version;
hash = "sha256-f5+25MWuovG/g3PscWt0jls/5Y/Qdt2kq9Ai7/9P4aI=";
hash = "sha256-1yJTn8gnEFkoWGQHItpdO77ltE1Ai5z9hmJvakxyi24=";
};
postPatch = ''