lol

python3Packages.jupyter_client: 8.0.3 -> 8.3.1

+2 -2
+2 -2
pkgs/development/python-modules/jupyter-client/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "jupyter_client"; 18 - version = "8.0.3"; 18 + version = "8.3.1"; 19 19 format = "pyproject"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-7WVJi+pth2752No+DbPdM8XRKfWyZF9WrgOZN4KWa9A="; 23 + hash = "sha256-YClLLVuGk1bIk/V7God+plENYNRc9LOAV/FnLYVpmsk="; 24 24 }; 25 25 26 26 nativeBuildInputs = [