python3Packages.jsonrpc-websocket: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm
2026-04-24 23:45:32 +00:00
parent def188bbbd
commit c8a90ce02b
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jsonrpc-websocket";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "emlove";
repo = "jsonrpc-websocket";
tag = version;
hash = "sha256-SgwEY/5MPEkSrcsQV4qkVgKmYYYsWA2YluReOz7sEjc=";
hash = "sha256-vhE5jee3ryrKFm9s8SFklBIk+pV8FkUERwWQ75u/PIw=";
};
nativeBuildInputs = [ setuptools ];