Revert "python: mautrix: 0.5.8 -> 0.6.1"

This breaks `mautrix-telegram` which doesn't support v0.6 on its latest
stable release.

This reverts commit ad83814375.
This commit is contained in:
Maximilian Bosch 2020-08-28 23:40:24 +02:00
parent 46d49aece2
commit 0a2fe61c81
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.6.1";
version = "0.5.8";
src = fetchPypi {
inherit pname version;
sha256 = "a86c6448fb3c0f5e149f3347fbf0cd776431aec16a137a9b45298b6fe5991e42";
sha256 = "1hqg32n7pmjhap0ybfcf05zgfcyyirb4fm1m7gf44dwh40da6qz0";
};
propagatedBuildInputs = [