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-07 21:37:47 +09:00
parent 9df77a83ca
commit 32c0dbee24
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipykernel"; pname = "ipykernel";
version = "6.29.3"; version = "6.29.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-4UwlDR+eo5iUkCJcwaVCeBsJWhihlEf88rXq99CsW9I="; hash = "sha256-PUQHAGD5R1rCCSt2ASP63xBdLiSTwkhItmkafE9Cr1w=";
}; };
# debugpy is optional, see https://github.com/ipython/ipykernel/pull/767 # debugpy is optional, see https://github.com/ipython/ipykernel/pull/767