From 344981f07c1ca802c17bcd42660fa48c0101384c Mon Sep 17 00:00:00 2001 From: natsukium Date: Thu, 11 Jan 2024 21:42:50 +0900 Subject: [PATCH] python311Packages.jupyter-core: 5.7.0 -> 5.7.1 Diff: https://github.com/jupyter/jupyter_core/compare/refs/tags/v5.7.0...v5.7.1 Changelog: https://github.com/jupyter/jupyter_core/blob/refs/tags/v5.7.1/CHANGELOG.md --- pkgs/development/python-modules/jupyter-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyter-core/default.nix b/pkgs/development/python-modules/jupyter-core/default.nix index 68f66994d180..ece119e7b529 100644 --- a/pkgs/development/python-modules/jupyter-core/default.nix +++ b/pkgs/development/python-modules/jupyter-core/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "jupyter-core"; - version = "5.7.0"; + version = "5.7.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-y3a2pSk+6QNSVg0skosbf6uHSXpvMubyflP6jQleI44="; + hash = "sha256-Uh7slD8mQg2R++wltXrYiPSJnmM5w9tej8GN/0GMBmA="; }; patches = [