python3Packages.mautrix: 0.19.5 -> 0.19.6

Diff: https://github.com/mautrix/python/compare/v0.19.5...v0.19.6

Changelog: https://github.com/mautrix/python/releases/tag/v0.19.6
This commit is contained in:
Nick Cao
2023-03-18 22:44:03 +08:00
parent 75e6d945b8
commit f3269c396e
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.5";
version = "0.19.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "v${version}";
hash = "sha256-dVTF9lSjEe4Cv9+fU8XOEbOcaaKQFdJAF9rxOX25Ozs=";
hash = "sha256-Km6Lh4iKUBwQcsChTrV9yCaPhVBINJotp/5XnPfoOMk=";
};
propagatedBuildInputs = [