python3Packages.mautrix: 0.20.7 -> 0.20.8

ChangeLog: https://github.com/mautrix/python/releases/tag/v0.20.8

+8
+8
pkgs/development/python-modules/mautrix/default.nix
··· 19 19 aiosqlite, 20 20 asyncpg, 21 21 ruamel-yaml, 22 + fetchpatch, 22 23 23 24 withOlm ? false, 24 25 }: ··· 36 37 tag = "v${version}"; 37 38 hash = "sha256-giK8JZ6nzsA8SV6CzDNEbJmbwDju9t6fLJr/oXNjvKs="; 38 39 }; 40 + 41 + patches = [ 42 + (fetchpatch { 43 + url = "https://github.com/mautrix/python/commit/0349445bd6992ac8f294582e85c3f61ce5c863b3.patch"; 44 + hash = "sha256-JYuFuzdwnyOdnxWg094uVKcaGza6I6hNUXUp75msRTI="; 45 + }) 46 + ]; 39 47 40 48 build-system = [ setuptools ]; 41 49