natsukium
2023-12-22 20:09:40 +09:00
parent aedba32632
commit 08486a593f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "jupyter-core";
version = "5.5.0";
version = "5.5.1";
disabled = pythonOlder "3.7";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jupyter";
repo = "jupyter_core";
rev = "refs/tags/v${version}";
hash = "sha256-GufCQUkR4283xMsyrbv5tDfJ8SeL35WBW5Aw2z6Ardc=";
hash = "sha256-X8yBh63JYIuIatLtJU0pOD8Oz/QpJShU0R2VGAgPAa4=";
};
patches = [