mautrix-telegram: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:14 +01:00
parent df728d8acd
commit 0a28c33c7a
@@ -26,7 +26,6 @@ in
python.pkgs.buildPythonPackage rec {
pname = "mautrix-telegram";
version = "0.15.3";
disabled = python.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mautrix";