mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
gnu: python-nbconvert: Update to 7.17.0.
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.17.0. Merges guix/guix!7371 Change-Id: I49199607ea16c991a025467cbdf7c7f37345fb2e
This commit is contained in:
@@ -18321,14 +18321,14 @@ low-level code used in Enthought-specific egg and runtime archives.")
|
|||||||
(define-public python-nbconvert
|
(define-public python-nbconvert
|
||||||
(package
|
(package
|
||||||
(name "python-nbconvert")
|
(name "python-nbconvert")
|
||||||
(version "7.16.6")
|
(version "7.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nbconvert" version))
|
(uri (pypi-uri "nbconvert" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10pmq31p2srwcdrc7k71dj0l6hl42xnadvsy8swaf3a8qqvpwsjp"))))
|
"0y6sdnwwlymhqya0g5bdmzgqfjv0mwj7qw3xdjgk04mynpqrc9hv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|||||||
Reference in New Issue
Block a user