pythonPackages.matrix-nio: 0.15.2 -> 0.18.0
This commit is contained in:
parent
9c220bb2e8
commit
76269d59b3
@ -2,9 +2,11 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, git
|
, git
|
||||||
|
, poetry-core
|
||||||
, attrs
|
, attrs
|
||||||
, future
|
, future
|
||||||
, aiohttp
|
, aiohttp
|
||||||
|
, aiohttp-socks
|
||||||
, aiofiles
|
, aiofiles
|
||||||
, h11
|
, h11
|
||||||
, h2
|
, h2
|
||||||
@ -20,23 +22,26 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "matrix-nio";
|
pname = "matrix-nio";
|
||||||
version = "0.15.2";
|
version = "0.18.0";
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "poljar";
|
owner = "poljar";
|
||||||
repo = "matrix-nio";
|
repo = "matrix-nio";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "190xw3cvk4amr9pl8ip2i7k3xdjd0231kn2zl6chny5axx22p1dv";
|
sha256 = "1rn5lz81y4bvgjhxzd57qhr0lmkm5xljl4bj9w10lnm4f7ls0xdi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
git
|
git
|
||||||
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
attrs
|
attrs
|
||||||
future
|
future
|
||||||
aiohttp
|
aiohttp
|
||||||
|
aiohttp-socks
|
||||||
aiofiles
|
aiofiles
|
||||||
h11
|
h11
|
||||||
h2
|
h2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user