3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 3fe8d63170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "mautrix-appservice";
version = "0.3.10.dev1";
version = "0.3.11";
src = fetchPypi {
inherit pname version;
sha256 = "ed827ff2a50b43f8125268145991d51b4a32ea4fbdd95b589ea15019b72a0bc3";
sha256 = "60192920cff75afdd096eea3a43276e33ec15f4f00bd04d2d1dda616c84f22a5";
};
propagatedBuildInputs = [

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "telethon";
version = "1.6.2";
version = "1.9.0";
src = fetchPypi {
inherit version;
pname = "Telethon";
sha256 = "074h5gj0c330rb1nxzpqm31fp1vw7calh1cdkapbjx90j769iz18";
sha256 = "a8797ad5bfee2b350cfc9b73cbb30fc19c8f73c0db42471e0df1371b1a269edc";
};
propagatedBuildInputs = [

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 = ''