Merge pull request #139178 from sumnerevans/mautrix-python-0.10.8

python3Packages.mautrix: 0.10.6 -> 0.10.8
This commit is contained in:
Bobby Rong 2021-10-01 21:01:56 +08:00 committed by GitHub
commit 2f5477c271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.10.6";
version = "0.10.8";
src = fetchPypi {
inherit pname version;
sha256 = "2738370469f8ce27efc37aa6e17319a4149246c9a0da822c8d81d948f0c7e1a7";
sha256 = "sha256-25zLhlGMwDja5wGmkqYuYtSUqOdD/gzUKGi79f1Tsjs=";
};
propagatedBuildInputs = [
@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/tulir/mautrix-python";
description = "A Python 3 asyncio Matrix framework.";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanloutre ma27 ];
maintainers = with maintainers; [ nyanloutre ma27 sumnerevans ];
};
}