From 771c3dfe45ea64dd41aa5f5f3ff3f51c93da36c5 Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 27 Feb 2024 14:08:58 +0900 Subject: [PATCH] python311Packages.pytest-jupyter: 0.8.0 -> 0.9.0 Diff: https://github.com/jupyter-server/pytest-jupyter/compare/refs/tags/v0.8.0...v0.9.0 Changelog: https://github.com/jupyter-server/pytest-jupyter/releases/tag/v0.9.0 --- pkgs/development/python-modules/pytest-jupyter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-jupyter/default.nix b/pkgs/development/python-modules/pytest-jupyter/default.nix index 63771bf4cf3c..2246c5826725 100644 --- a/pkgs/development/python-modules/pytest-jupyter/default.nix +++ b/pkgs/development/python-modules/pytest-jupyter/default.nix @@ -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 = [