natsukium 2024-04-07 21:39:13 +09:00
parent 3223d99210
commit a33508e69f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@
let self = buildPythonPackage rec {
pname = "pytest-jupyter";
version = "0.9.1";
version = "0.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pytest-jupyter";
rev = "refs/tags/v${version}";
hash = "sha256-+NtLyTpMpJ+asbiQZNLFs1qLr00UlEOlbxortQ1B4so=";
hash = "sha256-RTpXBbVCRj0oyZ1TXXDv3M7sAI4kA6f3ouzTr0rXjwY=";
};
nativeBuildInputs = [