Loading pkgs/development/python-modules/jupyter-ydoc/default.nix +7 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, # build-system hatch-nodejs-version, Loading @@ -18,13 +18,14 @@ buildPythonPackage rec { pname = "jupyter-ydoc"; version = "3.0.3"; version = "3.0.4"; pyproject = true; src = fetchPypi { pname = "jupyter_ydoc"; inherit version; hash = "sha256-ZvPTepoCqXEbUIpVdLCsSJqkDyFgMK8p/dgshiouteo="; src = fetchFromGitHub { owner = "jupyter-server"; repo = "jupyter_ydoc"; tag = "v${version}"; hash = "sha256-dD4ZLT5yKGdvWnsPd3nAKmi6Ca+MK5f/ufyNfbGMmoM="; }; build-system = [ Loading Loading
pkgs/development/python-modules/jupyter-ydoc/default.nix +7 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, # build-system hatch-nodejs-version, Loading @@ -18,13 +18,14 @@ buildPythonPackage rec { pname = "jupyter-ydoc"; version = "3.0.3"; version = "3.0.4"; pyproject = true; src = fetchPypi { pname = "jupyter_ydoc"; inherit version; hash = "sha256-ZvPTepoCqXEbUIpVdLCsSJqkDyFgMK8p/dgshiouteo="; src = fetchFromGitHub { owner = "jupyter-server"; repo = "jupyter_ydoc"; tag = "v${version}"; hash = "sha256-dD4ZLT5yKGdvWnsPd3nAKmi6Ca+MK5f/ufyNfbGMmoM="; }; build-system = [ Loading