python3Packages.jupyter-server-terminals: 0.5.3 -> 0.5.4

https://github.com/jupyter-server/jupyter_server_terminals/releases/tag/v0.5.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:23 +01:00
parent 5d95019736
commit 32a14551bd
@@ -18,14 +18,14 @@
let
self = buildPythonPackage rec {
pname = "jupyter-server-terminals";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "jupyter_server_terminals";
tag = "v${version}";
hash = "sha256-af7jBscGkbekXgfDxwAfrJSY1uEuIGfzzSsjaPdlYcY=";
hash = "sha256-gVR34Ajfv567isVmbP7Zx4AiptrdNqd032QxdMBpsTE=";
};
nativeBuildInputs = [ hatchling ];
@@ -48,7 +48,7 @@ let
};
meta = {
changelog = "https://github.com/jupyter-server/jupyter_server_terminals/releases/tag/v${version}";
changelog = "https://github.com/jupyter-server/jupyter_server_terminals/releases/tag/${src.tag}";
description = "Jupyter Server Extension Providing Support for Terminals";
homepage = "https://github.com/jupyter-server/jupyter_server_terminals";
license = lib.licenses.bsd3;