2022-12-30T14:50:42 python310Packages.jupyter_core 0 -> 1 2022-12-30T14:50:44 attrpath: python310Packages.jupyter_core 2022-12-30T14:50:45 Checking auto update branch... 2022-12-30T14:50:49 [version] 2022-12-30T14:50:49 [version] skipping because derivation has updateScript 2022-12-30T14:50:49 [rustCrateVersion] 2022-12-30T14:50:49 [rustCrateVersion] No cargoSha256 found 2022-12-30T14:50:49 [golangModuleVersion] 2022-12-30T14:50:49 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T14:50:49 [updateScript] 2022-12-30T14:50:51 [updateScript] Success 2022-12-30T14:50:51 [updateScript] this derivation will be built: /nix/store/7dpqjpphsalgsg9l97v7fsp28af6419k-packages.json.drv building '/nix/store/7dpqjpphsalgsg9l97v7fsp28af6419k-packages.json.drv'... Going to be running update for following packages: - python3.10-jupyter_core-4.11.2 Press Enter key to continue... Running update for: - python3.10-jupyter_core-4.11.2: UPDATING ... - python3.10-jupyter_core-4.11.2: DONE. Packages updated! 2022-12-30T14:50:51 2022-12-30T14:50:51 [quotedUrls] 2022-12-30T14:50:52 [quotedUrls] nothing found to replace 2022-12-30T14:50:52 Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter_core/default.nix b/pkgs/development/python-modules/jupyter_core/default.nix index 56dc157a69d..8e663b357d0 100644 --- a/pkgs/development/python-modules/jupyter_core/default.nix +++ b/pkgs/development/python-modules/jupyter_core/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "jupyter_core"; - version = "4.11.2"; + version = "5.1.1"; disabled = pythonOlder "3.7"; format = "pyproject"; @@ -17,8 +17,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jupyter"; repo = "jupyter_core"; - rev = version; - hash = "sha256-lDhwvhsOxLHBC6CQjCW/rmtHSuMRPC2yaurBd5K3FLc="; + rev = "refs/tags/v${version}"; + hash = "sha256-54zbo+RXgT9AJabmJYHCznyoinTQqrTORzlM48WpnQQ="; }; patches = [ 2022-12-30T14:52:20 Python package with too many package rebuilds 235 > 25