python310Packages.mautrix: 0.20.0 -> 0.20.1

Changelog: https://github.com/mautrix/python/releases/tag/v0.20.1
Diff: https://github.com/mautrix/python/compare/v0.20.0...v0.20.1
This commit is contained in:
R. Ryantm 2023-08-31 10:26:39 +00:00 committed by Nick Cao
parent 4a29096075
commit 57df80f0b4
No known key found for this signature in database

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.20.0";
version = "0.20.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-op28CGpJBcCBiy0WXboaf4JeNRIMX6653QkAV6XW/yI=";
hash = "sha256-Byvwg6WW4b8kRWJkl6DG2Ioz4HYDaJyVEV98tS/ybXQ=";
};
propagatedBuildInputs = [