python3Packages.jupytext: 1.17.1 -> 1.17.2 (#414849)

authored by Gaétan Lepage and committed by GitHub b155f2ea 143d71f8

+3 -3
+1 -1
pkgs/development/python-modules/jupyter-book/default.nix
··· 1 1 { 2 2 lib, 3 - stdenv, 4 3 buildPythonPackage, 5 4 fetchFromGitHub, 6 5 ··· 116 115 # pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0> 117 116 # ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0> 118 117 "test_clean_book" 118 + "test_clean_html" 119 119 "test_clean_html_latex" 120 120 "test_clean_latex" 121 121 ];
+2 -2
pkgs/development/python-modules/jupytext/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "jupytext"; 34 - version = "1.17.1"; 34 + version = "1.17.2"; 35 35 pyproject = true; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "mwouts"; 39 39 repo = "jupytext"; 40 40 tag = "v${version}"; 41 - hash = "sha256-Rkz2rite0hKcts4+3SmFsDF6tH2kQa4d2DtyZsAx3rA="; 41 + hash = "sha256-xMmtppXect+PRlEp2g0kJurALVvcfza+FBbZbK2SbHc="; 42 42 }; 43 43 44 44 nativeBuildInputs = [