mopidy-argos: 1.16.1 -> 1.17.0 (#508991)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-12 10:42:14 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mopidy-argos";
version = "1.16.1";
version = "1.17.0";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "orontee";
repo = "argos";
tag = "v${version}";
hash = "sha256-29P8cacYE07fMmSElAzVHC2+hwhyjuplcJjKikHPCwA=";
hash = "sha256-U6frnCor14dIDtgwn83dln+76NoIqBqPiwYLkVaa/x8=";
};
postPatch = ''
patchShebangs build-aux/meson/postinstall.py