mautrix-signal: 0.4.2 -> 0.4.3

Add aiosqlite to dependencies to support sqlite for databases
This commit is contained in:
Georg Haas 2023-07-23 23:54:09 +02:00
parent 207b97c9ff
commit a9a80133c1
No known key found for this signature in database
GPG Key ID: B2D065AD4D6E0C81

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonPackage rec {
pname = "mautrix-signal";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
rev = "refs/tags/v${version}";
sha256 = "sha256-UbetU1n9zD/mVFaJc9FECDq/Zell1TI/aYPsGXGB8Js=";
sha256 = "sha256-QShyuwHiWRcP1hGkvCQfixvoUQ/FXr2DYC5VrcMKX48=";
};
postPatch = ''
@ -28,6 +28,7 @@ python3.pkgs.buildPythonPackage rec {
propagatedBuildInputs = with python3.pkgs; [
commonmark
aiohttp
aiosqlite
asyncpg
attrs
commonmark