python3Packages.jupytext: 1.17.3 -> 1.18.1

https://github.com/mwouts/jupytext/blob/v1.18.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:24 +01:00
parent c834a6b252
commit bbdfa7d1a3
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.17.3";
version = "1.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mwouts";
repo = "jupytext";
tag = "v${version}";
hash = "sha256-qxQU3b+u9sQD0mtvZz6fw0jYmdfQmwtKaGxUc/qOcTE=";
hash = "sha256-D7Ps/lHF3F/7Jm4ozcjO8YsTPA1GQPqZVpPod/riGvA=";
};
patches = [