python310Packages.jupytext: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2023-08-27 00:27:34 +00:00
parent 5a77c45f25
commit ef5182e957

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.15.0";
version = "1.15.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mwouts";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-M4BoST18sf1C1lwhFkp4a0B3fc0VKerwuVEIfwkD7i0=";
hash = "sha256-XGjAPeMtg2Epu85JiqQPyZJVez5Z8uA+E40SFcZM7WY=";
};
# Follow https://github.com/mwouts/jupytext/pull/1119 to see if the patch