Skip to content

Commit

Permalink
python312Packages.mautrix: 0.20.4 -> 0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored and github-actions[bot] committed Jul 23, 2024
1 parent 4bf2a0c commit 448dea1
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 @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "mautrix";
version = "0.20.4";
version = "0.20.6";
format = "setuptools";

disabled = pythonOlder "3.10";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-A9d/r4Caeo4tO82/MMXgU5xKvXRDnK0iQUm8AFhDPLM=";
hash = "sha256-g6y2u3ipSp5HoakHqd/ryPlyA+kR7zO6uY4AqfqbwiE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 448dea1

Please sign in to comment.