python310Packages.jupytext: 1.15.0 -> 1.15.1
This commit is contained in:
parent
5a77c45f25
commit
ef5182e957
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue