Merge pull request #227545 from r-ryantm/auto-update/python310Packages.mautrix

python310Packages.mautrix: 0.19.11 -> 0.19.12
This commit is contained in:
Nick Cao 2023-04-22 16:19:52 +08:00 committed by GitHub
commit 8a9ab3b360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.11";
version = "0.19.12";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-FomD7FecY/FGPxnhqENeerGejnpBkjQSlMpZKNhUylI=";
hash = "sha256-XG2uAG5sKGGtnCTQJ2gsAm7jxtvMg+1MXPJLkb+2cPQ=";
};
propagatedBuildInputs = [