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

music-assistant: 2.7.5 -> 2.7.6 (#485470)

parents d6f61a54 fc9ed6ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "music-assistant-frontend";
  version = "2.17.55";
  version = "2.17.76";
  pyproject = true;

  src = fetchPypi {
    pname = "music_assistant_frontend";
    inherit version;
    hash = "sha256-fRn2hLg0y+G2atyxpzMq86mJJA41nfSS5UweNZL+0ew=";
    hash = "sha256-wQ+6xD1BDajMIpz7VVH0j/AIgCcIVjv1Y/k/kMYv96U=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ assert

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

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "server";
    tag = version;
    hash = "sha256-iWdOGdmPJO7Pjdn8UjuSOhWnRGBFjmARFsuHmP6IP58=";
    hash = "sha256-tAzCEU8jFWENOy0WaAchuhQGjmQl8BTW9TuGZPJByPw=";
  };

  patches = [
+5 −3
Original line number Diff line number Diff line
# Do not edit manually, run ./update-providers.py

{
  version = "2.7.5";
  version = "2.7.6";
  providers = {
    airplay = ps: [
    airplay =
      ps: with ps; [
        srptools
      ];
    airplay_receiver = ps: [
    ];