Skip to content

Commit 8db87f2

Browse files
authored
music-assistant: 2.4.2 -> 2.4.4 (NixOS#390272)
2 parents b1e7345 + e246513 commit 8db87f2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

pkgs/by-name/mu/music-assistant/frontend.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage rec {
99
pname = "music-assistant-frontend";
10-
version = "2.11.11";
10+
version = "2.12.2";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-fPFszZfJjdc2KTQipeb2KVbIwWwL56bqFGba1LSJXuQ=";
15+
hash = "sha256-aa400lMs6zxC5QhZS27gFUWpRanyC3sFi815iDEiSPk=";
1616
};
1717

1818
postPatch = ''

pkgs/by-name/mu/music-assistant/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ let
1616
music-assistant-frontend = self.callPackage ./frontend.nix { };
1717

1818
music-assistant-models = super.music-assistant-models.overridePythonAttrs (oldAttrs: rec {
19-
version = "1.1.30";
19+
version = "1.1.34";
2020

2121
src = fetchFromGitHub {
2222
owner = "music-assistant";
2323
repo = "models";
2424
tag = version;
25-
hash = "sha256-ZLTRHarjVFAk+tYPkgLm192rE+C82vNzqs8PmJhGSeg=";
25+
hash = "sha256-UxokPUnYET1XyRok0FH7e8G3RpCMvOigY4huw6Tfllo=";
2626
};
2727

2828
postPatch = ''
@@ -44,14 +44,14 @@ in
4444

4545
python.pkgs.buildPythonApplication rec {
4646
pname = "music-assistant";
47-
version = "2.4.2";
47+
version = "2.4.4";
4848
pyproject = true;
4949

5050
src = fetchFromGitHub {
5151
owner = "music-assistant";
5252
repo = "server";
5353
tag = version;
54-
hash = "sha256-5FIIXIn4tEz6w/uAh6PGkU4tU+mz7Jpb3+bq1mRNr2Y=";
54+
hash = "sha256-rxXEsR4EfJZp3OFGHcSRaJp1egt2OT15P8V35v35KmU=";
5555
};
5656

5757
patches = [

pkgs/by-name/mu/music-assistant/providers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Do not edit manually, run ./update-providers.py
22

33
{
4-
version = "2.4.2";
4+
version = "2.4.4";
55
providers = {
66
airplay = ps: [
77
];

pkgs/development/python-modules/aioaudiobookshelf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "aioaudiobookshelf";
13-
version = "0.1.4";
13+
version = "0.1.6";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "music-assistant";
1818
repo = "aioaudiobookshelf";
1919
tag = version;
20-
hash = "sha256-rUd8TwmQDeMxXu7/UBnN426N+BMas2u6RNpTBXa3/5g=";
20+
hash = "sha256-DvV/mAs/oN248glbgKymTNLx+o+pY/6ZqrdRRgYWstw=";
2121
};
2222

2323
build-system = [

pkgs/development/python-modules/py-opensonic/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "py-opensonic";
11-
version = "5.2.1";
11+
version = "5.3.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "khers";
1616
repo = "py-opensonic";
1717
tag = "v${version}";
18-
hash = "sha256-lVErs5f2LoCrMNr+f8Bm2Q6xQRNuisloqyRHchYTukk=";
18+
hash = "sha256-bgD+wtq9AXCobUCpDfGVe6Ze1cTbbM5auXohQw5gcnk=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)