Skip to content

Commit

Permalink
python312Packages.notebook: 7.2.1 -> 7.2.2
Browse files Browse the repository at this point in the history
(cherry picked from commit a9f3349)
  • Loading branch information
r-ryantm authored and natsukium committed Sep 8, 2024
1 parent b92c448 commit 299c2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/notebook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,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 = ''
Expand Down

0 comments on commit 299c2dd

Please sign in to comment.