15 inherit pname version;
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-51HSSULhbKb1NdLJ//b3Vh6sOLWp0B4KW469htpduqM=";
25 nativeBuildInputs = [ hatchling ];
27 propagatedBuildInputs = [ traitlets ];
29 nativeCheckInputs = [ pytestCheckHook ];
32 description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc";
33 homepage = "https://github.com/ipython/comm";
34 license = licenses.bsd3;