Merge pull request #35853 from ryantm/auto-update/mopidy-iris-3.12.4-to-3.13.0
mopidy-iris: 3.12.4 -> 3.14.0
This commit is contained in:
commit
6d54123caf
@ -1,23 +1,26 @@
|
|||||||
{ stdenv, pythonPackages, mopidy, mopidy-local-images }:
|
{ stdenv, pythonPackages, mopidy, mopidy-local-images }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "mopidy-iris-${version}";
|
pname = "Mopidy-Iris";
|
||||||
version = "3.12.4";
|
version = "3.14.0";
|
||||||
|
|
||||||
src = pythonPackages.fetchPypi {
|
src = pythonPackages.fetchPypi {
|
||||||
inherit version;
|
inherit pname version;
|
||||||
pname = "Mopidy-Iris";
|
sha256 = "2c0ec5138e554e91d299ac72a7049bc00d77770a08c16c17e1a9df7f8ef42feb";
|
||||||
sha256 = "0k64rfnp5b4rybb396zzx12wnnca43a8l1s6s6dr6cflgk9aws87";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
mopidy
|
mopidy
|
||||||
mopidy-local-images
|
mopidy-local-images
|
||||||
pythonPackages.configobj
|
] ++ (with pythonPackages; [
|
||||||
pythonPackages.pylast
|
configobj
|
||||||
pythonPackages.spotipy
|
pylast
|
||||||
pythonPackages.raven
|
spotipy
|
||||||
];
|
raven
|
||||||
|
]);
|
||||||
|
|
||||||
|
# no tests implemented
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/jaedb/Iris;
|
homepage = https://github.com/jaedb/Iris;
|
||||||
|
Loading…
Reference in New Issue
Block a user