pantalaimon: 0.10.5 -> 0.10.6

https://github.com/matrix-org/pantalaimon/releases/tag/0.10.6
This commit is contained in:
Martin Weinelt
2025-04-17 04:57:56 +02:00
parent c02cda6363
commit 05c443cd27
@@ -11,7 +11,7 @@
python3Packages.buildPythonApplication rec {
pname = "pantalaimon";
version = "0.10.5";
version = "0.10.6";
pyproject = true;
# pypi tarball miss tests
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
owner = "matrix-org";
repo = "pantalaimon";
rev = version;
hash = "sha256-yMhE3wKRbFHoL0vdFR8gMkNU7Su4FHbAwKQYADaaWpk=";
hash = "sha256-g+ZWarZnjlSOpD75yf53Upqj1qDlil7pdbfEsMAsjh0=";
};
build-system =
@@ -38,7 +38,6 @@ python3Packages.buildPythonApplication rec {
with python3Packages;
[
aiohttp
appdirs
attrs
cachetools
click
@@ -47,6 +46,7 @@ python3Packages.buildPythonApplication rec {
logbook
(matrix-nio.override { withOlm = true; })
peewee
platformdirs
prompt-toolkit
]
++ lib.optionals enableDbusUi optional-dependencies.ui;