Skip to content

Commit

Permalink
Merge pull request #232353 from NickCao/mautrix
Browse files Browse the repository at this point in the history
python3Packages.mautrix: 0.19.13 -> 0.19.14
  • Loading branch information
figsoda authored May 17, 2023
2 parents b7c2803 + e73aa7f commit 904f1e3
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.13";
version = "0.19.14";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-nmsYe/iDKW4dUSuxSoUz2NpAGLPOTzrBNy6AwYMVs8k=";
hash = "sha256-opaJR04ZF27NypDbhxSeim6/TusflNNdd/MQYhya1uk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 904f1e3

Please sign in to comment.