python310Packages.notebook: 7.0.1 -> 7.0.2

This commit is contained in:
Gaetan Lepage 2023-08-11 08:19:24 +02:00
parent 33cd48c86b
commit ae1039c047

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.0.1";
version = "7.0.2";
disabled = pythonOlder "3.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-LhatTmPqiffvviEu58FpP8+lq1X/73UEdTD3SvS9kmw=";
hash = "sha256-1w1qB0GMgpvV9UM3zpk7cQUmHZAm+dP+aOm4qhog2po=";
};
postPatch = ''