mautrix-telegram: 0.15.2 -> 0.15.3

ChangeLog: https://github.com/mautrix/telegram/releases/tag/v0.15.3
This commit is contained in:
Maximilian Bosch
2025-08-31 14:47:38 +02:00
parent 51ee06123e
commit 27b4d77bad
+5 -5
View File
@@ -11,11 +11,11 @@ let
self = python;
packageOverrides = self: super: {
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
version = "1.37.0a1";
pname = "tulir-telethon";
version = "1.99.0a6";
pname = "tulir_telethon";
src = fetchPypi {
inherit pname version;
hash = "sha256-FckMHqGaBsqvFbrEnDWqJAQG8j/euY2NooesnxV6Kcc=";
hash = "sha256-ewqc6s5xXquZJTZVBsFmHeamBLDw6PnTSNcmTNKD0sk=";
};
doCheck = false;
});
@@ -24,14 +24,14 @@ let
in
python.pkgs.buildPythonPackage rec {
pname = "mautrix-telegram";
version = "0.15.2";
version = "0.15.3";
disabled = python.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mautrix";
repo = "telegram";
tag = "v${version}";
hash = "sha256-uR0vhp7ONyjwMKbgM1iObpFRoQzyQzJLbw4i9P58jTs=";
hash = "sha256-w3BqWyAJV/lZPoOFDzxhootpw451lYruwM9efwS6cEc=";
};
format = "setuptools";