python3Packages.music-assistant-models: 1.1.115 -> 1.1.139

https://github.com/music-assistant/models/releases/tag/1.1.139
This commit is contained in:
Martin Weinelt 2026-07-04 20:15:34 +02:00
commit ee88915476
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -23,14 +23,14 @@ buildPythonPackage (finalAttrs: {
pname = "music-assistant-models";
# Must be compatible with music-assistant-client package
# nixpkgs-update: no auto update
version = "1.1.115";
version = "1.1.139";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "models";
tag = finalAttrs.version;
hash = "sha256-oEXL0B8JNH4PcltpES375ov7QGs+gtYKlMGr1B7BlKY=";
hash = "sha256-AT+R0Sor3aDqydGfT8gJfk9/rEpqEOad5ytnGnW7B1U=";
};
postPatch = ''