python3Packages.ipykernel: 6.29.5 -> 6.30.1

https://github.com/ipython/ipykernel/releases/tag/v6.30.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:06 +02:00
parent 8e74fa7461
commit ecbc88114b
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "ipykernel";
version = "6.29.5";
version = "6.30.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-8JOiLEpA+IKPjjMKnCl8uT3KsTvZZ43tbejlz4HFYhU=";
hash = "sha256-arsnAWGJZALna5E5T83OXRvl1F9FZnHlCAVy+FBb45s=";
};
# debugpy is optional, see https://github.com/ipython/ipykernel/pull/767