mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.jupytext: 1.17.1 -> 1.17.2 (#414849)
This commit is contained in:
commit
b155f2ea5a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
|
||||||
|
@ -116,6 +115,7 @@ buildPythonPackage rec {
|
||||||
# pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0>
|
# pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0>
|
||||||
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0>
|
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0>
|
||||||
"test_clean_book"
|
"test_clean_book"
|
||||||
|
"test_clean_html"
|
||||||
"test_clean_html_latex"
|
"test_clean_html_latex"
|
||||||
"test_clean_latex"
|
"test_clean_latex"
|
||||||
];
|
];
|
||||||
|
|
|
@ -31,14 +31,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupytext";
|
pname = "jupytext";
|
||||||
version = "1.17.1";
|
version = "1.17.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mwouts";
|
owner = "mwouts";
|
||||||
repo = "jupytext";
|
repo = "jupytext";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Rkz2rite0hKcts4+3SmFsDF6tH2kQa4d2DtyZsAx3rA=";
|
hash = "sha256-xMmtppXect+PRlEp2g0kJurALVvcfza+FBbZbK2SbHc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue