python312Packages.jupyterlab-execute-time: 3.1.2 -> 3.2.0

This commit is contained in:
natsukium
2024-09-13 22:55:59 +09:00
parent b7e75d170e
commit 2a3f63c41f
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jupyterlab-execute-time";
version = "3.1.2";
version = "3.2.0";
pyproject = true;
src = fetchPypi {
pname = "jupyterlab_execute_time";
inherit version;
hash = "sha256-DiyGsoNXXh+ieMfpSrA6A/5c0ftNV9Ygs9Tl2/VEdbk=";
hash = "sha256-mxO2XCwTm/q7P2/xcGxNM+1aViA6idApdggzThW8nAs=";
};
# jupyterlab is required to build from source but we use the pre-build package