mopidy: update to python3

mopidy: 2.3.1 -> 3.0.1
mopidy-iris: 3.43.0 -> 3.44.0
mopidy-spotify: 3.1.0 -> 4.0.1
pykka: 1.2.0 -> 2.0.1
This commit is contained in:
Kevin Rauscher
2020-02-10 09:14:15 +01:00
committed by Frederik Rietdijk
parent 16df275985
commit 05b4fe20a7
5 changed files with 20 additions and 21 deletions

View File

@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "pykka";
version = "1.2.0";
version = "2.0.1";
src = fetchgit {
url = "https://github.com/jodal/pykka.git";
rev = "refs/tags/v${version}";
sha256 = "0qlfw1054ap0cha1m6dbnq51kjxqxaf338g7jwnwy33b3gr8x0hg";
sha256 = "011rvv3vzj9rpwaq6vfpz9hfwm6gx1jmad4iri6z12g8nnlpydhs";
};
# There are no tests