python3Packages.notebook: 6.4.3 -> 6.4.4

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:10 +02:00
parent 63222c7ca0
commit 997827705d

View File

@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.4.3";
version = "6.4.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "03awxl8hr7ibwr6n48gci8jx80f18zll439wyr8gj35h6vnxzdp6";
sha256 = "26b0095c568e307a310fd78818ad8ebade4f00462dada4c0e34cbad632b9085d";
};
LC_ALL = "en_US.utf8";