Unverified Commit e0e3ea5d authored by natsukium's avatar natsukium
Browse files

python311Packages.notebook: 7.1.3 -> 7.2.0

parent 2ad6437b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "notebook";
  version = "7.1.3";
  version = "7.2.0";
  disabled = pythonOlder "3.8";

  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Qfzr/0TPe7k3cYCAi8uuBmYptV2MdyLx6751ykT5z8E=";
    hash = "sha256-NKK6SwitXRnskw23SE+3l0aheEvp4aX4IY+a+GVqFB8=";
  };

  postPatch = ''