diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 10:23:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:03 +0100 |
| commit | 77b486fcc892cf30c055420017c061cb2cf99fbf (patch) | |
| tree | 8d8faddb25e5184002b17afa89f01d67351ce713 /gnu/packages/python-xyz.scm | |
| parent | a6dd53e881391e82229935112f69c11fc11d3fac (diff) | |
gnu: python-nbconvert: Update to 7.16.6.
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.16.6.
[native-inputs]: Remove python-pytest-xdist.
Change-Id: I28adb91bc986ce09ab76535a2b566b3f1c3c549e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4734d2f1af..5329625471 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19288,14 +19288,14 @@ time.") (define-public python-nbconvert (package (name "python-nbconvert") - (version "7.16.4") + (version "7.16.6") (source (origin (method url-fetch) (uri (pypi-uri "nbconvert" version)) (sha256 (base32 - "1x7pz43nhlq3hwjn7cv753gapzwav6wwb9kgr66l82kb4sx93jl6")))) + "10pmq31p2srwcdrc7k71dj0l6hl42xnadvsy8swaf3a8qqvpwsjp")))) (build-system pyproject-build-system) (arguments (list @@ -19359,7 +19359,6 @@ time.") ;; Adding ipywidgets would create a cycle. ;;python-ipywidgets python-pytest - python-pytest-xdist (texlive-local-tree (list texlive-adjustbox texlive-booktabs |
