mopidy-argos: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2025-05-03 19:40:43 +00:00
parent 01e6f1370c
commit a6ca504012

View file

@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mopidy-argos";
version = "1.15.0";
version = "1.16.0";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "orontee";
repo = "argos";
tag = "v${version}";
hash = "sha256-fHdaYFq38t4uzpVD4qoAeVm5yWgj2O7hy4LDgZ1bZj4=";
hash = "sha256-wmAGzURFPseBxBD6mW4rAHPrxmQHx03DQxvTBF3T/pg=";
};
postPatch = ''
patchShebangs build-aux/meson/postinstall.py