GNU bug report logs -
#76571
[PATCH python-team 00/15] Some fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Feb 2025 22:52:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 76571 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/jupyter.scm (python-ipympl): Update to 0.9.2.
[native-inputs]: Add python-hatchling.
---
gnu/packages/jupyter.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index d5c298056c..6c2f549583 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1055,13 +1055,13 @@ (define-public python-sparqlkernel
(define-public python-ipympl
(package
(name "python-ipympl")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipympl" version))
(sha256
- (base32 "11rppjdqzgs4pfiq8gww5xkpbk21fp86vvv839v56b9rqq06j2b4"))))
+ (base32 "12qgiy08klqb5gipm23yzh09p5g2k8ihcq2bprprdya84acw2rf8"))))
(build-system python-build-system)
(propagated-inputs
(list python-ipython
@@ -1072,7 +1072,7 @@ (define-public python-ipympl
python-pillow
python-traitlets))
(native-inputs
- (list python-jupyter-packaging))
+ (list python-hatchling python-jupyter-packaging))
(home-page "https://matplotlib.org/ipympl/")
(synopsis "Matplotlib Jupyter Extension")
(description "Leveraging the Jupyter interactive widgets framework, ipympl
--
2.48.1
--
Best regards,
Nicolas Graves
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.