Unverified Commit 8e9acba6 authored by Emily's avatar Emily Committed by GitHub
Browse files

music-assistant: 2.7.9 -> 2.7.11 (#497992)

parents 921bd54d 4a168cd6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ assert

python.pkgs.buildPythonApplication rec {
  pname = "music-assistant";
  version = "2.7.9";
  version = "2.7.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "server";
    tag = version;
    hash = "sha256-c6WTalpjaZcUvppyYaTP03ErX5b+k7fUbphj58FVBS8=";
    hash = "sha256-HLd7PAYdBzpzdfCRPc4elPq3KfzusIXYXTV8fRmo1lU=";
  };

  patches = [
@@ -107,6 +107,7 @@ python.pkgs.buildPythonApplication rec {
    "cryptography"
    "getmac"
    "mashumaro"
    "numpy"
    "orjson"
    "pillow"
    "podcastparser"
@@ -130,7 +131,6 @@ python.pkgs.buildPythonApplication rec {
    aiortc
    aiorun
    aiosqlite
    aiovban
    awesomeversion
    brotli
    certifi
+5 −3
Original line number Diff line number Diff line
# Do not edit manually, run ./update-providers.py

{
  version = "2.7.9";
  version = "2.7.11";
  providers = {
    airplay =
      ps: with ps; [
@@ -183,7 +183,9 @@
    ];
    universal_group = ps: [
    ];
    vban_receiver = ps: [
    vban_receiver =
      ps: with ps; [
        aiovban
      ];
    ytmusic =
      ps: with ps; [