guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/46: gnu: python-nbclient: Update to 0.6.6.


From: guix-commits
Subject: 33/46: gnu: python-nbclient: Update to 0.6.6.
Date: Fri, 19 Apr 2024 10:17:52 -0400 (EDT)

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

commit 1843e2f26517c8170441265873b7c178345ece35
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 13:17:08 2024 +0200

    gnu: python-nbclient: Update to 0.6.6.
    
    * gnu/packages/jupyter.scm (python-nbclient): Update to 0.6.6.
    [build-system]: Use pyproject-build-system.
    [propagated-inputs]: Remove python-nest-asyncio; add python-jupyter-core.
    
    Change-Id: Idb70e781c508be389f08c0cab439644852b81577
---
 gnu/packages/jupyter.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 0d50e4904b..ef68521b53 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -494,21 +494,19 @@ Mathjax, the JavaScript display engine for mathematics.")
 (define-public python-nbclient
   (package
     (name "python-nbclient")
-    (version "0.6.0")
+    (version "0.6.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "nbclient" version))
        (sha256
         (base32
-         "0cbhs8l8ma5nzm1i4484gsrb7189m1lmniashp929pxsqq1s929z"))))
-    (build-system python-build-system)
+         "09whkb8ll1nfdn4h3k0shncgkfak4lglmiwn8wdni6nrc5wnmxqd"))))
+    (build-system pyproject-build-system)
     ;; Tests require tools from nbconvert, which would introduces a cycle.
     (arguments '(#:tests? #false))
     (propagated-inputs
-     (list python-jupyter-client
-           python-nbformat
-           python-nest-asyncio
+     (list python-jupyter-client python-jupyter-core python-nbformat
            python-traitlets))
     (home-page "https://jupyter.org";)
     (synopsis "Client library for executing notebooks")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]