music-assistant: 2.7.2 -> 2.7.3 (#476468)

This commit is contained in:
Martin Weinelt
2026-01-03 11:32:04 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -47,14 +47,14 @@ assert
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "server";
tag = version;
hash = "sha256-JOS7t4vXkxHXvcI0tCAw3KfcrohUD4NV4w6oYIncQv4=";
hash = "sha256-6D3B88wjfVHvNhNrTDOu77eAkherOqdBVafUhht7okA=";
};
patches = [
@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.7.2";
version = "2.7.3";
providers = {
airplay = ps: [
];
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aioslimproto";
version = "3.1.2";
version = "3.1.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioslimproto";
tag = version;
hash = "sha256-NrMcM3pIzTw9FkfVDptIIdIya7jHtwwzT7RRJTmB40c=";
hash = "sha256-9WPlVAj/Bo7k/oWHI3xDkn07OrQdvNruou2s/zxB61Q=";
};
postPatch = ''