Merge pull request #279859 from NickCao/mautrix
python311Packages.mautrix: 0.20.3 -> 0.20.4
This commit is contained in:
commit
164ccfdcd7
1 changed files with 5 additions and 6 deletions
|
@ -16,20 +16,21 @@
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, aiosqlite
|
, aiosqlite
|
||||||
, asyncpg
|
, asyncpg
|
||||||
|
, ruamel-yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mautrix";
|
pname = "mautrix";
|
||||||
version = "0.20.3";
|
version = "0.20.4";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mautrix";
|
owner = "mautrix";
|
||||||
repo = "python";
|
repo = "python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-7ZSPxKRLAgwC1ECxa1eOTH60cMJXs1iv2PE2Vq9f0co=";
|
hash = "sha256-A9d/r4Caeo4tO82/MMXgU5xKvXRDnK0iQUm8AFhDPLM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -51,12 +52,10 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
|
||||||
|
|
||||||
checkInputs = [
|
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
aiosqlite
|
aiosqlite
|
||||||
asyncpg
|
asyncpg
|
||||||
|
ruamel-yaml
|
||||||
] ++ passthru.optional-dependencies.encryption;
|
] ++ passthru.optional-dependencies.encryption;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue