python3Packages.music-assistant-models: 1.1.43 -> 1.1.51

https://github.com/music-assistant/models/blob/1.1.51/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-07-04 00:27:17 +02:00
parent c6a76b3f44
commit 58bdd4e0f5
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "music-assistant-models";
version = "1.1.43"; # Must be compatible with music-assistant-client package
version = "1.1.51"; # Must be compatible with music-assistant-client package
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "models";
tag = version;
hash = "sha256-0SBNxpiBAKlAQe7eJTp+BwGNY52OTt37TksKrp9nfz4=";
hash = "sha256-vx0GlW99qDpSRDihP0dYhwgksPdCNj82SATo5TpITa4=";
};
postPatch = ''