mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipympl: Update to 0.9.2.
* gnu/packages/jupyter.scm (python-ipympl): Update to 0.9.2. [native-inputs]: Add python-hatchling.
This commit is contained in:
parent
6838baeffc
commit
e78dfd6b7b
1 changed files with 3 additions and 3 deletions
|
@ -1055,13 +1055,13 @@ a notebook.")
|
||||||
(define-public python-ipympl
|
(define-public python-ipympl
|
||||||
(package
|
(package
|
||||||
(name "python-ipympl")
|
(name "python-ipympl")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ipympl" version))
|
(uri (pypi-uri "ipympl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11rppjdqzgs4pfiq8gww5xkpbk21fp86vvv839v56b9rqq06j2b4"))))
|
(base32 "12qgiy08klqb5gipm23yzh09p5g2k8ihcq2bprprdya84acw2rf8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ipython
|
(list python-ipython
|
||||||
|
@ -1072,7 +1072,7 @@ a notebook.")
|
||||||
python-pillow
|
python-pillow
|
||||||
python-traitlets))
|
python-traitlets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-jupyter-packaging))
|
(list python-hatchling python-jupyter-packaging))
|
||||||
(home-page "https://matplotlib.org/ipympl/")
|
(home-page "https://matplotlib.org/ipympl/")
|
||||||
(synopsis "Matplotlib Jupyter Extension")
|
(synopsis "Matplotlib Jupyter Extension")
|
||||||
(description "Leveraging the Jupyter interactive widgets framework, ipympl
|
(description "Leveraging the Jupyter interactive widgets framework, ipympl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue