Skip to content

Commit

Permalink
Merge pull request #63947 from nyanloutre/mautrix_telegram_0_6_0
Browse files Browse the repository at this point in the history
 mautrix-telegram: 0.5.2 -> 0.6.0
  • Loading branch information
Ma27 authored Jul 9, 2019
2 parents 32ff51c + baddb2a commit 3fe8d63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/telethon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/mautrix-telegram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 3fe8d63

Please sign in to comment.