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
This commit is contained in:
Sharlatan Hellseher 2025-07-31 10:23:54 +01:00
parent a6dd53e881
commit 77b486fcc8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -19288,14 +19288,14 @@ time.")
(define-public python-nbconvert (define-public python-nbconvert
(package (package
(name "python-nbconvert") (name "python-nbconvert")
(version "7.16.4") (version "7.16.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "nbconvert" version)) (uri (pypi-uri "nbconvert" version))
(sha256 (sha256
(base32 (base32
"1x7pz43nhlq3hwjn7cv753gapzwav6wwb9kgr66l82kb4sx93jl6")))) "10pmq31p2srwcdrc7k71dj0l6hl42xnadvsy8swaf3a8qqvpwsjp"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -19359,7 +19359,6 @@ time.")
;; Adding ipywidgets would create a cycle. ;; Adding ipywidgets would create a cycle.
;;python-ipywidgets ;;python-ipywidgets
python-pytest python-pytest
python-pytest-xdist
(texlive-local-tree (texlive-local-tree
(list texlive-adjustbox (list texlive-adjustbox
texlive-booktabs texlive-booktabs