mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
python3Packages.jsonrpc-async: 1.1.1 -> 2.0.0
This commit is contained in:
parent
622204bb8a
commit
9a9ad7512c
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jsonrpc-async";
|
pname = "jsonrpc-async";
|
||||||
version = "1.1.1";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "383f331e28cd8f6e3fa86f3e7052efa541b7ae8bf328a4e692aa045cfc0ecf25";
|
sha256 = "52b1cfe584df8bc2d19930fc18c5e982378690c825ba6916103724195ba52099";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp jsonrpc-base ];
|
propagatedBuildInputs = [ aiohttp jsonrpc-base ];
|
||||||
|
Loading…
Reference in New Issue
Block a user