python312Packages.notebook: 7.2.1 -> 7.2.2

This commit is contained in:
R. Ryantm 2024-08-28 02:17:10 +00:00
parent 0fefe244b1
commit a9f3349fe6

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.2.1";
version = "7.2.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Qoe22ll0CzIXPQHWQfdj0pL0nDDnpRuJxGuoRzEmNB4=";
hash = "sha256-LvB9QiBCFiOtP+iBGNaHvARQBVVwzdFggUpZzzocUW4=";
};
postPatch = ''