python310Packages.notebook: 6.4.10 -> 6.4.12

fixes CVE-2022-29238

(cherry picked from commit 7b3c3d6ced)
This commit is contained in:
Robert Schütz
2022-06-21 01:25:36 +00:00
committed by Robert Schütz
parent 92fb16d76c
commit b05807667d

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";