Unverified Commit 771c3dfe authored by natsukium's avatar natsukium
Browse files
parent bfa7b810
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [