python3Packages.jupytext: 1.17.1 -> 1.17.2

This commit is contained in:
R. Ryantm 2025-06-07 21:02:03 +00:00 committed by Gaetan Lepage
parent 17ef7ce049
commit 5eb7eb17f0

View file

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.17.1";
version = "1.17.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mwouts";
repo = "jupytext";
tag = "v${version}";
hash = "sha256-Rkz2rite0hKcts4+3SmFsDF6tH2kQa4d2DtyZsAx3rA=";
hash = "sha256-xMmtppXect+PRlEp2g0kJurALVvcfza+FBbZbK2SbHc=";
};
nativeBuildInputs = [