mautrix-telegram: 0.14.1 -> 0.14.2

authored by Wietse de Vries and committed by GitHub 14990cb5 a5283f10

+4 -4
+4 -4
pkgs/servers/mautrix-telegram/default.nix
··· 9 9 python = python3.override { 10 10 packageOverrides = self: super: { 11 11 tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec { 12 - version = "1.29.0a2"; 12 + version = "1.30.0a2"; 13 13 pname = "tulir-telethon"; 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-pTN8mJxbXvnhL11PCH/ZLeSqW0GV124Y3JnDcLek8JE="; 16 + hash = "sha256-PkdxOdl1HM9SEC/CMOetahDzVJDg+zPP7s9NCsVdQsA="; 17 17 }; 18 18 doCheck = false; 19 19 }); ··· 22 22 in 23 23 python.pkgs.buildPythonPackage rec { 24 24 pname = "mautrix-telegram"; 25 - version = "0.14.1"; 25 + version = "0.14.2"; 26 26 disabled = python.pythonOlder "3.8"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "mautrix"; 30 30 repo = "telegram"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-n3gO8R5lVl/8Tgo2tPzM64O2BRhoitsuPIC87bfxczc="; 32 + hash = "sha256-8wLLm2L6R4sfIHyqGvwFESTqS7FZhpkExqaQsdFRMa0="; 33 33 }; 34 34 35 35 format = "setuptools";