Unverified Commit 79ac2493 authored by natsukium's avatar natsukium
Browse files

python312Packages.notebook: 7.3.3 -> 7.4.1

parent 997ad900
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  pythonOlder,
  fetchPypi,
  hatch-jupyter-builder,
  hatchling,
@@ -16,14 +15,12 @@

buildPythonPackage rec {
  pname = "notebook";
  version = "7.3.3";
  version = "7.4.1";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-cHoxP7iC01+SGYnrPSBN6ULtUTKkTkqh/g6PJLudwl0=";
    hash = "sha256-lolJYrIwAT6gwKRm5OZCxarOJbqMhmhhdbaZkO9ij/k=";
  };

  postPatch = ''