Loading pkgs/development/python-modules/pytest-jupyter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ let self = buildPythonPackage rec { pname = "pytest-jupyter"; version = "0.8.0"; version = "0.9.0"; pyproject = true; src = fetchFromGitHub { owner = "jupyter-server"; repo = "pytest-jupyter"; rev = "refs/tags/v${version}"; hash = "sha256-ND51UpPsvZGH6LdEaNFXaBLoCMB4n7caPoo1/Go9fNs="; hash = "sha256-8pQNtzMylW9b3vk0kp7NcJnXAJKYeoFsHy/lyQFCNzc="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/pytest-jupyter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ let self = buildPythonPackage rec { pname = "pytest-jupyter"; version = "0.8.0"; version = "0.9.0"; pyproject = true; src = fetchFromGitHub { owner = "jupyter-server"; repo = "pytest-jupyter"; rev = "refs/tags/v${version}"; hash = "sha256-ND51UpPsvZGH6LdEaNFXaBLoCMB4n7caPoo1/Go9fNs="; hash = "sha256-8pQNtzMylW9b3vk0kp7NcJnXAJKYeoFsHy/lyQFCNzc="; }; nativeBuildInputs = [ Loading