2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-24 05:00:19 +00:00

python311Packages.jsonrpc-websocket: 3.1.4 -> 3.1.5

Diff: https://github.com/emlove/jsonrpc-websocket/compare/3.1.4...3.1.5
This commit is contained in:
Fabian Affolter 2024-01-21 20:53:39 +01:00
parent 9969fb7ff4
commit b3660bfaf5

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "jsonrpc-websocket";
version = "3.1.4";
version = "3.1.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "emlove";
repo = "jsonrpc-websocket";
rev = version;
hash = "sha256-xSOITOVtsNMEDrq610l8LNipLdyMWzKOQDedQEGaNOQ=";
hash = "sha256-CdYa4gcbG3EM1glxLU1hyqbNse87KJKjwSRQSFfDMM0=";
};
propagatedBuildInputs = [