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
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user