Merge pull request #134766 from r-ryantm/auto-update/python3.8-mautrix

python38Packages.mautrix: 0.10.3 -> 0.10.4
This commit is contained in:
Fabian Affolter 2021-08-19 10:11:07 +02:00 committed by GitHub
commit cc5d3181c7
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.3";
version = "0.10.4";
src = fetchPypi {
inherit pname version;
sha256 = "53d02ba86d53613833ca54ddad097ae048b2aa4f6e7a435a4de979d89abb8be0";
sha256 = "ffbc4e29eb56089539b408f8e4c12a5d5a5d11d7fe7d40f8c6279784c618b869";
};
propagatedBuildInputs = [