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