Unverified Commit f451cfff authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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



Co-authored-by: default avatarhufman <hufman+github@gmail.com>
parents 2e1119b8 a6ca5040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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