Loading pkgs/applications/networking/instant-messengers/pantalaimon/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec { pname = "pantalaimon"; version = "0.10.5"; version = "0.10.6"; pyproject = true; # pypi tarball miss tests Loading @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { owner = "matrix-org"; repo = "pantalaimon"; rev = version; hash = "sha256-yMhE3wKRbFHoL0vdFR8gMkNU7Su4FHbAwKQYADaaWpk="; hash = "sha256-g+ZWarZnjlSOpD75yf53Upqj1qDlil7pdbfEsMAsjh0="; }; build-system = Loading @@ -38,7 +38,6 @@ python3Packages.buildPythonApplication rec { with python3Packages; [ aiohttp appdirs attrs cachetools click Loading @@ -47,6 +46,7 @@ python3Packages.buildPythonApplication rec { logbook (matrix-nio.override { withOlm = true; }) peewee platformdirs prompt-toolkit ] ++ lib.optionals enableDbusUi optional-dependencies.ui; Loading Loading
pkgs/applications/networking/instant-messengers/pantalaimon/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec { pname = "pantalaimon"; version = "0.10.5"; version = "0.10.6"; pyproject = true; # pypi tarball miss tests Loading @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { owner = "matrix-org"; repo = "pantalaimon"; rev = version; hash = "sha256-yMhE3wKRbFHoL0vdFR8gMkNU7Su4FHbAwKQYADaaWpk="; hash = "sha256-g+ZWarZnjlSOpD75yf53Upqj1qDlil7pdbfEsMAsjh0="; }; build-system = Loading @@ -38,7 +38,6 @@ python3Packages.buildPythonApplication rec { with python3Packages; [ aiohttp appdirs attrs cachetools click Loading @@ -47,6 +46,7 @@ python3Packages.buildPythonApplication rec { logbook (matrix-nio.override { withOlm = true; }) peewee platformdirs prompt-toolkit ] ++ lib.optionals enableDbusUi optional-dependencies.ui; Loading