Unverified Commit 757693b5 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.music-assistant-client: 1.2.4 -> 1.3.2 (#465408)

parents ea2f082e 1e78bbbd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "music-assistant-client";
  version = "1.2.4";
  version = "1.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "client";
    tag = version;
    hash = "sha256-0NgV/xa8jF+j+oIZllgT7UI4MRsP3vTDarluLgtSZwI=";
    hash = "sha256-7u7P3uYFxx1UFzPIOgo0fCEEJrEEdBbBE7INhinkgLQ=";
  };

  postPatch = ''
@@ -47,7 +47,7 @@ buildPythonPackage rec {
  meta = {
    description = "Python client to interact with the Music Assistant Server API";
    homepage = "https://github.com/music-assistant/client";
    changelog = "https://github.com/music-assistant/client/blob/${src.tag}/CHANGELOG.md";
    changelog = "https://github.com/music-assistant/client/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = [ ];
  };
+5 −3
Original line number Diff line number Diff line
@@ -20,14 +20,16 @@

buildPythonPackage rec {
  pname = "music-assistant-models";
  version = "1.1.51"; # Must be compatible with music-assistant-client package
  # Must be compatible with music-assistant-client package
  # nixpkgs-update: no auto update
  version = "1.1.70";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "models";
    tag = version;
    hash = "sha256-vx0GlW99qDpSRDihP0dYhwgksPdCNj82SATo5TpITa4=";
    hash = "sha256-yJ0MaXbzhvbqdMA1M2l7QC+0ExAHuTU1N4XIkJOj6pg=";
  };

  postPatch = ''
@@ -58,7 +60,7 @@ buildPythonPackage rec {
  meta = {
    description = "Models used by Music Assistant (shared by client and server";
    homepage = "https://github.com/music-assistant/models";
    changelog = "https://github.com/music-assistant/models/blob/${src.tag}/CHANGELOG.md";
    changelog = "https://github.com/music-assistant/models/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = [ ];
  };