mopidy-argos: 1.15.0 -> 1.16.0 (#403996)

Co-authored-by: hufman <hufman+github@gmail.com>

authored by nixpkgs-merge-bot[bot] hufman and committed by GitHub f451cfff 2e1119b8

+2 -2
+2 -2
pkgs/by-name/mo/mopidy-argos/package.nix
··· 13 }: 14 python3Packages.buildPythonApplication rec { 15 pname = "mopidy-argos"; 16 - version = "1.15.0"; 17 pyproject = false; # Built with meson 18 19 src = fetchFromGitHub { 20 owner = "orontee"; 21 repo = "argos"; 22 tag = "v${version}"; 23 - hash = "sha256-fHdaYFq38t4uzpVD4qoAeVm5yWgj2O7hy4LDgZ1bZj4="; 24 }; 25 postPatch = '' 26 patchShebangs build-aux/meson/postinstall.py
··· 13 }: 14 python3Packages.buildPythonApplication rec { 15 pname = "mopidy-argos"; 16 + version = "1.16.0"; 17 pyproject = false; # Built with meson 18 19 src = fetchFromGitHub { 20 owner = "orontee"; 21 repo = "argos"; 22 tag = "v${version}"; 23 + hash = "sha256-wmAGzURFPseBxBD6mW4rAHPrxmQHx03DQxvTBF3T/pg="; 24 }; 25 postPatch = '' 26 patchShebangs build-aux/meson/postinstall.py