python311Packages.jupyter-server: 2.13.0 -> 2.14.0

Changelog: https://github.com/jupyter-server/jupyter_server/blob/v2.14.0/CHANGELOG.md
This commit is contained in:
natsukium 2024-04-19 10:41:23 +09:00
parent 76c3847cc4
commit b7d6c46a17
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "jupyter-server";
version = "2.13.0";
version = "2.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "jupyter_server";
inherit version;
hash = "sha256-yAv7BJ6iAFPD2WQcKt1ISLOAc7958XKc6h+u0y/Bx44=";
hash = "sha256-ZZFUzqUSCDQ0/XyTt/4Il696L9C53UdJKCtC6qxK5nc=";
};
nativeBuildInputs = [