Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python313Packages.music-assistant-client: 1.1.1 -> 1.2.0

Diff: https://github.com/music-assistant/client/compare/refs/tags/1.1.1...1.2.0

Changelog: https://github.com/music-assistant/client/blob/1.2.0/CHANGELOG.md

authored by Robert Schütz and committed by Martin Weinelt 63bad022 9e4da276

+2 -2
+2 -2
pkgs/development/python-modules/music-assistant-client/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "music-assistant-client"; 18 - version = "1.1.1"; 18 + version = "1.2.0"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "music-assistant"; 23 23 repo = "client"; 24 24 tag = version; 25 - hash = "sha256-KAvNPG3gMJK/iWqen35UCmSccjOkvfrmMvx4YkrOPy8="; 25 + hash = "sha256-i3VIRK3RUgbF5KX3U7i4WwjbLaRvg88zUH5Ly8BKEB0="; 26 26 }; 27 27 28 28 postPatch = ''