mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a6dd53e881
commit
77b486fcc8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue