Skip to content

Commit

Permalink
Merge pull request NixOS#329497 from NixOS/backport-327483-to-release…
Browse files Browse the repository at this point in the history
…-24.05

[Backport release-24.05] python312Packages.mautrix: 0.20.4 -> 0.20.6
  • Loading branch information
NickCao authored Jul 24, 2024
2 parents 8c4026b + 448dea1 commit c72161e
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 c72161e

Please sign in to comment.