python311Packages.ipykernel: 6.29.3 -> 6.29.4

Changelog: https://github.com/ipython/ipykernel/releases/tag/v6.29.4
This commit is contained in:
natsukium
2024-04-09 22:54:51 +09:00
parent 9df77a83ca
commit 32c0dbee24
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "ipykernel";
version = "6.29.3";
version = "6.29.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-4UwlDR+eo5iUkCJcwaVCeBsJWhihlEf88rXq99CsW9I=";
hash = "sha256-PUQHAGD5R1rCCSt2ASP63xBdLiSTwkhItmkafE9Cr1w=";
};
# debugpy is optional, see https://github.com/ipython/ipykernel/pull/767