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

commit 7e9c6f5ac72cbfcc1eb61420adbad151d5fe3a7c
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 4d193eee4f..6dad1e778f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19368,14 +19368,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
@@ -19439,7 +19439,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