1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mopidy-iris: 3.28.1 -> 3.29.2

This commit is contained in:
Kevin Rauscher 2018-11-10 10:13:47 +01:00
parent ea8d794026
commit cd670dff0b

View file

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
pname = "Mopidy-Iris";
version = "3.28.1";
version = "3.29.2";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "0yph01z8lw0r5bw3aa14w0l7z1ymxvpmb131gbaw3ib0srssgz64";
sha256 = "1v767a2j6lzp5yppfjna0ifv8psj60pphzd7njcdkx71dvpswpi2";
};
propagatedBuildInputs = [