guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ff0f4b00019b9b53144c15e501e0ec7801f8ae11
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 31 10:23:54 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index da2263d89f..38e52fa58b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19329,14 +19329,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
@@ -19400,7 +19400,6 @@ time.")
            ;; Adding ipywidgets would create a cycle.
            ;;python-ipywidgets
            python-pytest
-           python-pytest-xdist
            (texlive-local-tree
             (list texlive-adjustbox
                   texlive-booktabs

Reply via email to