python3Packages.mautrix: 0.19.14 -> 0.19.16

Diff: https://github.com/mautrix/python/compare/refs/tags/v0.19.14...v0.19.16

Changelog: https://github.com/mautrix/python/releases/tag/v0.19.16
This commit is contained in:
Nick Cao 2023-05-28 15:19:35 +08:00
parent cd567da64a
commit f449215e38
No known key found for this signature in database

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.14";
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-opaJR04ZF27NypDbhxSeim6/TusflNNdd/MQYhya1uk=";
hash = "sha256-aZlc4+J5Q+N9qEzGUMhsYguPdUy+E5I06wrjVyqvVDk=";
};
propagatedBuildInputs = [