python310Packages.notebook: 6.4.10 -> 6.4.12

fixes CVE-2022-29238
This commit is contained in:
Robert Schütz 2022-06-21 01:25:36 +00:00
parent c8dbbe5c32
commit 7b3c3d6ced

View file

@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.4.10";
version = "6.4.12";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JAina8YokoOo7s/KZ+KY7IPGfbUaTC4bcT3RgLs56Q4=";
sha256 = "sha256-YmjJ7JBIz/ekVAXJkMKaycpAsLw+wpJj0hjF4B8rToY=";
};
LC_ALL = "en_US.utf8";