summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:31:05 -0500
committerGitHub <noreply@github.com>2021-01-31 07:31:05 -0500
commit94ec24e35a98470ba156175eba66776d678e8996 (patch)
treee08e0bd39bb13f776cef026284b1ea54d93a17c3
parent4f5ec150ebb0ee70cf4a9c1373dac5d2444619fe (diff)
parent4e7cdceeb87f1cbb53d9baba002a5d31473a8aa5 (diff)
Merge pull request #111409 from r-ryantm/auto-update/python3.7-mautrix
python37Packages.mautrix: 0.8.9 -> 0.8.11
-rw-r--r--pkgs/development/python-modules/mautrix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mautrix/default.nix b/pkgs/development/python-modules/mautrix/default.nix
index 2d890115a51d..8c77cffc4d00 100644
--- a/pkgs/development/python-modules/mautrix/default.nix
+++ b/pkgs/development/python-modules/mautrix/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
- version = "0.8.9";
+ version = "0.8.11";
src = fetchPypi {
inherit pname version;
- sha256 = "13669a0150370c96cabcff859fb4d17f4a539dc7c707ff0c99c00612e24f5447";
+ sha256 = "d1958b9bd8c2631ccd6ebd4a54e35e5190dae2c0daeb786aec02f263b2c2e0b1";
};
propagatedBuildInputs = [