python3Packages.mautrix: 0.19.16 -> 0.20.0

Diff: https://github.com/mautrix/python/compare/v0.19.16...v0.20.0

Changelog: https://github.com/mautrix/python/releases/tag/v0.20.0
This commit is contained in:
Frédéric Tobias Christ 2023-07-02 17:41:08 +02:00
parent f25d94be29
commit 4df93f374d

View File

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