mautrix-telegram: 2021-08-12 -> 0.10.1

ChangeLog: https://github.com/mautrix/telegram/releases/tag/v0.10.1
(cherry picked from commit dd39ec87f41db66ae4b9cb68e40cea811f863ebc)
This commit is contained in:
Maximilian Bosch 2021-08-19 14:25:56 +02:00
parent cd84b8ad8b
commit e1042038ac
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@ let
in buildPythonPackage rec {
pname = "mautrix-telegram";
version = "unstable-2021-08-12";
version = "0.10.1";
disabled = python.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "tulir";
repo = pname;
rev = "ec64c83cb01791525a39f937f3b847368021dce8";
sha256 = "0rg4f4abdddhhf1xpz74y4468dv3mnm7k8nj161r1xszrk9f2n76";
rev = "v${version}";
sha256 = "sha256-1Dmc7WRlT2ivGkdrGDC1b44DE0ovQKfUR0gDiQE4h5c=";
};
patches = [ ./0001-Re-add-entrypoint.patch ./0002-Don-t-depend-on-pytest-runner.patch ];