python3Packages.mautrix: 0.20.7 -> 0.20.8

ChangeLog: https://github.com/mautrix/python/releases/tag/v0.20.8
This commit is contained in:
Maximilian Bosch
2025-08-31 14:47:37 +02:00
parent 925e8b8962
commit 51ee06123e
@@ -19,6 +19,7 @@
aiosqlite,
asyncpg,
ruamel-yaml,
fetchpatch,
withOlm ? false,
}:
@@ -37,6 +38,13 @@ buildPythonPackage rec {
hash = "sha256-giK8JZ6nzsA8SV6CzDNEbJmbwDju9t6fLJr/oXNjvKs=";
};
patches = [
(fetchpatch {
url = "https://github.com/mautrix/python/commit/0349445bd6992ac8f294582e85c3f61ce5c863b3.patch";
hash = "sha256-JYuFuzdwnyOdnxWg094uVKcaGza6I6hNUXUp75msRTI=";
})
];
build-system = [ setuptools ];
dependencies = [