python3Packages.mautrix: 0.19.13 -> 0.19.14

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

Changelog: https://github.com/mautrix/python/releases/tag/v0.19.14
This commit is contained in:
Nick Cao 2023-05-17 13:24:10 +08:00
parent 3c4aa21bee
commit e73aa7f5c5
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.13";
version = "0.19.14";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-nmsYe/iDKW4dUSuxSoUz2NpAGLPOTzrBNy6AwYMVs8k=";
hash = "sha256-opaJR04ZF27NypDbhxSeim6/TusflNNdd/MQYhya1uk=";
};
propagatedBuildInputs = [