Commit b6cece01 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.jupytext: 1.15.1 -> 1.15.2

parent 79e43fbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "jupytext";
  version = "1.15.1";
  version = "1.15.2";
  format = "pyproject";

  disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "mwouts";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-XGjAPeMtg2Epu85JiqQPyZJVez5Z8uA+E40SFcZM7WY=";
    hash = "sha256-GvMoz2BsYWk0atrT3xmSnbV7AuO5RJoM/bOJlZ5YIn4=";
  };

  # Follow https://github.com/mwouts/jupytext/pull/1119 to see if the patch