Merge pull request #112090 from r-ryantm/auto-update/python3.7-mautrix
python37Packages.mautrix: 0.8.11 -> 0.8.12
This commit is contained in:
commit
bf046a1766
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mautrix";
|
pname = "mautrix";
|
||||||
version = "0.8.11";
|
version = "0.8.12";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d1958b9bd8c2631ccd6ebd4a54e35e5190dae2c0daeb786aec02f263b2c2e0b1";
|
sha256 = "471684d40cbc2f7db345f2f809553b221a34d1c81e04bcdcb08a2832f140db1e";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
||||||
# no tests available
|
# no tests available
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "mautrix" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tulir/mautrix-python";
|
homepage = "https://github.com/tulir/mautrix-python";
|
||||||
description = "A Python 3 asyncio Matrix framework.";
|
description = "A Python 3 asyncio Matrix framework.";
|
||||||
|
|
Loading…
Reference in New Issue