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:
Nicolas Graves 2025-02-25 18:04:42 +01:00 committed by Andreas Enge
parent 6838baeffc
commit e78dfd6b7b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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