Merge pull request #63947 from nyanloutre/mautrix_telegram_0_6_0

mautrix-telegram: 0.5.2 -> 0.6.0
This commit is contained in:
Maximilian Bosch
2019-07-09 22:42:55 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -4,11 +4,11 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "mautrix-telegram";
version = "0.5.2";
version = "0.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "03dbd389e05aa08c52ef36ca362fcc9aa103f6c6173bb093ed03a96e05e8d43d";
sha256 = "fbed41838e1ef7e43f6e47ff38f9906cb311cfc5b3b6bc6f704babd7c83b193d";
};
postPatch = ''