python3Packages.mautrix: 0.19.7 -> 0.19.8

Diff: https://github.com/mautrix/python/compare/refs/tags/v0.19.7...v0.19.8

Changelog: https://github.com/mautrix/python/releases/tag/v0.19.8
This commit is contained in:
Nick Cao
2023-04-13 09:38:19 +08:00
parent 1a9d9175ec
commit ea4dafd687
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.7";
version = "0.19.8";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-uL4eNMe+NXyE+kLy87zZPNBDuMnAt3KHT01ryFVfBZU=";
hash = "sha256-AQJyOpPzmDqynp8zXw8BF52kUCOgmZrNceF6/cneig0=";
};
propagatedBuildInputs = [