python3Packages.mautrix: 0.19.8 -> 0.19.9

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

Changelog: https://github.com/mautrix/python/releases/tag/v0.19.9
This commit is contained in:
Nick Cao 2023-04-13 09:40:21 +08:00
parent ea4dafd687
commit 8f40369ec1
No known key found for this signature in database

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.8";
version = "0.19.9";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-AQJyOpPzmDqynp8zXw8BF52kUCOgmZrNceF6/cneig0=";
hash = "sha256-GyviaWFPiT0ka0IUFU53DLPT8R8kRhTztvKTG9b7ads=";
};
propagatedBuildInputs = [