Commit 170b65f2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.jupyter-ydoc: 3.1.0 -> 3.3.1

parent dbff0491
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "jupyter-ydoc";
  version = "3.1.0";
  version = "3.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyter-server";
    repo = "jupyter_ydoc";
    tag = "v${version}";
    hash = "sha256-AI/Ml1MgMFaclJxuHbZMXT8Cf531tzX0uaWPVg6SgMM=";
    hash = "sha256-PGZu3CVF8X9LeFr8HRD7G6LcYoq/RPbqztopopFcAuA=";
  };

  build-system = [