natsukium
2023-08-03 00:09:54 +09:00
parent c0e86edeae
commit 04dd5a8a3b
@@ -2,7 +2,6 @@
, stdenv
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, gitpython
, isort
, jupyter-client
@@ -20,7 +19,7 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.14.1";
version = "1.15.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -29,16 +28,9 @@ buildPythonPackage rec {
owner = "mwouts";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DDF4aTLkhEl4xViYh/E0/y6swcwZ9KbeS0qKm+HdFz8=";
hash = "sha256-M4BoST18sf1C1lwhFkp4a0B3fc0VKerwuVEIfwkD7i0=";
};
patches = [
(fetchpatch {
url = "https://github.com/mwouts/jupytext/commit/be9b65b03600227b737b5f10ea259a7cdb762b76.patch";
hash = "sha256-3klx8I+T560EVfsKe/FlrSjF6JzdKSCt6uhAW2cSwtc=";
})
];
buildInputs = [
jupyter-packaging
jupyterlab