2022-12-08T10:08:37 python310Packages.nbclient 0 -> 1 2022-12-08T10:08:39 attrpath: python310Packages.nbclient 2022-12-08T10:08:40 Checking auto update branch... 2022-12-08T10:08:44 [version] 2022-12-08T10:08:44 [version] skipping because derivation has updateScript 2022-12-08T10:08:44 [rustCrateVersion] 2022-12-08T10:08:44 [rustCrateVersion] No cargoSha256 found 2022-12-08T10:08:44 [golangModuleVersion] 2022-12-08T10:08:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-08T10:08:44 [updateScript] 2022-12-08T10:08:46 [updateScript] Success 2022-12-08T10:08:46 [updateScript] this derivation will be built: /nix/store/8il23qi2q1adgdr8nk9piqmjwmnk6vfg-packages.json.drv building '/nix/store/8il23qi2q1adgdr8nk9piqmjwmnk6vfg-packages.json.drv'... Going to be running update for following packages: - python3.10-nbclient-0.6.8 Press Enter key to continue... Running update for: - python3.10-nbclient-0.6.8: UPDATING ... - python3.10-nbclient-0.6.8: DONE. Packages updated! 2022-12-08T10:08:46 2022-12-08T10:08:46 [quotedUrls] 2022-12-08T10:08:47 [quotedUrls] nothing found to replace 2022-12-08T10:08:47 Diff after rewrites: diff --git a/pkgs/development/python-modules/nbclient/default.nix b/pkgs/development/python-modules/nbclient/default.nix index 1643904c314..d4ca8998100 100644 --- a/pkgs/development/python-modules/nbclient/default.nix +++ b/pkgs/development/python-modules/nbclient/default.nix @@ -17,7 +17,7 @@ let nbclient = buildPythonPackage rec { pname = "nbclient"; - version = "0.6.8"; + version = "0.7.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ let nbclient = buildPythonPackage rec { owner = "jupyter"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+GQkEGWReo9y8bgcysslQdzJUcvQiZkQTQiwmWJ1mx8="; + hash = "sha256-2H6Oi1tK/GrtfMTR1j12tZdRzQkFUxXzMSpfCtGPyWE="; }; propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ]; 2022-12-08T10:10:15 Python package with too many package rebuilds 149 > 25