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:
committed by
Frederik Rietdijk
parent
16df275985
commit
05b4fe20a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user