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 ad83814375cce31f282e04abb1862b6f5b463860.
This commit is contained in:
parent
46d49aece2
commit
0a2fe61c81
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user