Revert "python3Packages.mautrix: 0.19.16 -> 0.20.0"

This reverts commit 4df93f374d.
Updating mautrix would break dependencies.
This commit is contained in:
Frédéric Tobias Christ 2023-07-03 19:47:30 +02:00
parent bb55edd515
commit 339379873c

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.20.0";
version = "0.19.16";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-op28CGpJBcCBiy0WXboaf4JeNRIMX6653QkAV6XW/yI=";
hash = "sha256-aZlc4+J5Q+N9qEzGUMhsYguPdUy+E5I06wrjVyqvVDk=";
};
propagatedBuildInputs = [