python3Packages.jupyter-docprovider: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-06-08 21:20:03 +00:00
parent 3438114c15
commit dd5b0898ca
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-docprovider";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "jupyter_docprovider";
inherit (finalAttrs) version;
hash = "sha256-e5AfudgAWZ4qtoVX/WORECpoiIRShsT3y7brK7owlOA=";
hash = "sha256-DOMsS+96PQZfZ36D9lBlAq1oaD2PpzIBJaMWzviSx0s=";
};
postPatch = ''