python3Packages.jupyter-docprovider: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2026-05-13 23:54:48 +00:00
committed by Gaetan Lepage
parent 44d252e838
commit d42481add3
@@ -9,13 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-docprovider";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "jupyter_docprovider";
inherit (finalAttrs) version;
hash = "sha256-wJgI4V6T8upP8ZShjHqMj4PYEEn6kbCd4ksJrerJ1XI=";
hash = "sha256-e5AfudgAWZ4qtoVX/WORECpoiIRShsT3y7brK7owlOA=";
};
postPatch = ''