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

View File

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