mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipywidgets: Update to 7.5.1.
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 7.5.1. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
14491e79a0
commit
2d6972b2a0
1 changed files with 2 additions and 2 deletions
|
@ -9023,14 +9023,14 @@ notebooks.")
|
||||||
(define-public python-ipywidgets
|
(define-public python-ipywidgets
|
||||||
(package
|
(package
|
||||||
(name "python-ipywidgets")
|
(name "python-ipywidgets")
|
||||||
(version "5.2.2")
|
(version "7.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ipywidgets" version))
|
(uri (pypi-uri "ipywidgets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lk0qrr5l9a0z7qkkn30hv5832whxwxymf1l576fmmad0n7hkxms"))))
|
"15sww2mvnkqlvx55gwa82v05062a8j1xpncnqna4k9sl53hgcig9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ipython" ,python-ipython)
|
`(("python-ipython" ,python-ipython)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue