Skip to content

Commit

Permalink
python3Packages.mautrix: 0.19.5 -> 0.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Mar 18, 2023
1 parent 75e6d94 commit f3269c3
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.5";
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-dVTF9lSjEe4Cv9+fU8XOEbOcaaKQFdJAF9rxOX25Ozs=";
hash = "sha256-Km6Lh4iKUBwQcsChTrV9yCaPhVBINJotp/5XnPfoOMk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit f3269c3

Please sign in to comment.