python3Packages.jsonrpc-websocket: 3.1.6 -> 3.2.0 (#475985)

This commit is contained in:
Nick Cao
2026-01-01 21:32:33 +00:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "jsonrpc-websocket";
version = "3.1.6";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "emlove";
repo = "jsonrpc-websocket";
tag = version;
hash = "sha256-m2HiS03PZ6oiHJJ9Z2+5CfiHKIWJ1yzDqlZj22/JNAE=";
hash = "sha256-SgwEY/5MPEkSrcsQV4qkVgKmYYYsWA2YluReOz7sEjc=";
};
nativeBuildInputs = [ setuptools ];