mautrix-telegram: 0.8.0 -> 0.8.1

https://github.com/tulir/mautrix-telegram/releases/tag/v0.8.1
This commit is contained in:
Maximilian Bosch 2020-06-10 22:36:56 +02:00
parent 61ec84f7f9
commit 89f0e0a2fa
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -4,12 +4,12 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "mautrix-telegram";
version = "0.8.0";
version = "0.8.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "10r644ddprnhadv2jfb1xxp0rcqi65n3hv7dv7j9znnnykgnwvls";
sha256 = "1gz6d28dq3ykvr3wp85wkc05lbppdzf5j9i62pgx0blmx3jh0yrk";
};
postPatch = ''