Skip to content

Commit

Permalink
python310Packages.jupytext: 1.15.1 -> 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 23, 2023
1 parent 79e43fb commit b6cece0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jupytext/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

disabled = pythonOlder "3.6";
Expand All @@ -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
Expand Down

0 comments on commit b6cece0

Please sign in to comment.