Merge pull request #232353 from NickCao/mautrix

python3Packages.mautrix: 0.19.13 -> 0.19.14
This commit is contained in:
figsoda 2023-05-17 10:21:45 -04:00 committed by GitHub
commit 904f1e3235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [