python312Packages.mautrix: 0.20.6 -> 0.20.7

Diff: https://github.com/mautrix/python/compare/refs/tags/v0.20.6...v0.20.7

Changelog: https://github.com/mautrix/python/releases/tag/v0.20.7
This commit is contained in:
Nick Cao
2025-01-17 16:03:01 -05:00
parent 33955cedd9
commit a7ddfec2bc
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.20.6";
version = "0.20.7";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
tag = "v${version}";
hash = "sha256-g6y2u3ipSp5HoakHqd/ryPlyA+kR7zO6uY4AqfqbwiE=";
hash = "sha256-tOX/KQrECeEV3/0q3tpO4brUdalmw6IincF6pHzsEE8=";
};
build-system = [ setuptools ];