Skip to content

Commit

Permalink
Merge pull request #220757 from NickCao/mautrix
Browse files Browse the repository at this point in the history
python3Packages.mautrix: 0.19.4 -> 0.19.6
  • Loading branch information
NickCao committed Mar 21, 2023
2 parents 6f6277b + f3269c3 commit 50dcbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mautrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "mautrix";
version = "0.19.4";
version = "0.19.6";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "v${version}";
hash = "sha256-zPcqM+Ge7K4pJD4K0MkkGdSiYvXxe0K1qbfHzVYmGx0=";
hash = "sha256-Km6Lh4iKUBwQcsChTrV9yCaPhVBINJotp/5XnPfoOMk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 50dcbaa

Please sign in to comment.