python3Packages.notebook: 6.4.12 -> 6.5.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:28 +01:00
parent 2bae125367
commit 41320581cc

View File

@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.4.12";
version = "6.5.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YmjJ7JBIz/ekVAXJkMKaycpAsLw+wpJj0hjF4B8rToY=";
sha256 = "sha256-wYl+UxfiJfx4tFVJpqtLZo5MmW/QOgTpOP5eevK//9A=";
};
LC_ALL = "en_US.utf8";