Loading pkgs/development/python-modules/music-assistant-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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 = [ ]; }; Loading pkgs/development/python-modules/music-assistant-models/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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 = [ ]; }; Loading Loading
pkgs/development/python-modules/music-assistant-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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 = [ ]; }; Loading
pkgs/development/python-modules/music-assistant-models/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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 = [ ]; }; Loading