music-assistant: 2.9.8 -> 2.9.9 (#543046)

This commit is contained in:
Emily
2026-07-18 13:45:21 +00:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -16,10 +16,10 @@ let
music-assistant-frontend = prev.callPackage ./frontend.nix { };
music-assistant-models = final.music-assistant-models.overridePythonAttrs (oldAttrs: {
version = "1.1.129";
version = "1.1.129.post1";
src = oldAttrs.src.override {
hash = "sha256-6gVHlFTt/bsj4nUGPS6HDUQ7zczpfos75U6l4Yk9W6k=";
hash = "sha256-86BmUmduNcSbEHxK+/he78b5fAM/XBhnNEc28Uv74GI=";
};
});
}
@@ -40,7 +40,7 @@ assert
pythonPackages.buildPythonApplication (finalAttrs: {
pname = "music-assistant";
version = "2.9.8";
version = "2.9.9";
pyproject = true;
__structuredAttrs = true;
@@ -48,7 +48,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
owner = "music-assistant";
repo = "server";
tag = finalAttrs.version;
hash = "sha256-Zk9jgcGwksMQo45qzzlE2Dqw1IQr0rsBkzMnFHTdl1U=";
hash = "sha256-ooe+QW+7S5LCgpin5/2g4L8+UDtr4TGZRpeR5F/tqZo=";
};
patches = [
@@ -203,6 +203,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
"snapcast"
"sonic_analysis"
"sonic_similarity"
"sonos_s1"
"tidal"
"wiim"
"ytmusic"
@@ -227,6 +228,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
"tests/providers/kion_music"
"tests/providers/nicovideo"
"tests/providers/qqmusic"
"tests/providers/siriusxm"
"tests/providers/yandex_music"
"tests/providers/yandex_ynison"
"tests/providers/zvuk_music"

View File

@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.9.8";
version = "2.9.9";
builtins = [
"builtin"
"coverartarchive"