jupyter 6.5.2 -> 7.0.0 https://github.com/jupyter/notebook/releases attrpath: jupyter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 9cd1e9c37a1..50b4a0eb64e 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -26,12 +26,12 @@ buildPythonPackage rec { pname = "notebook"; - version = "6.5.2"; + version = "7.0.0"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-wYl+UxfiJfx4tFVJpqtLZo5MmW/QOgTpOP5eevK//9A="; + hash = "sha256-OLVeaTnfC6c7UyEsOyNOQRAvF4ngFYYGztrr8Aq+9sg="; }; LC_ALL = "en_US.utf8"; Python package with too many package rebuilds 93 > 25