3
0
Fork 0
forked from mirrors/nixpkgs

python3.pkgs.mautrix: 0.12.4 -> 0.14.0

This commit is contained in:
Yureka 2021-12-29 05:39:34 +01:00 committed by Yuka
parent 053951abf4
commit 7e1995bbf9

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.12.4";
version = "0.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "c8d226a96e57d52bb532d7e572ba5670d2e2143f720063a4bbd04a77049030d4";
sha256 = "5ad04e87bcf31eb3479fdd3cabd5082b257013e5c00f6b369539a2b584afadaf";
};
propagatedBuildInputs = [