guix-commits
[Top][All Lists]
Advanced

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

02/29: gnu: python-jupyter-core: Update to 4.7.1.


From: guix-commits
Subject: 02/29: gnu: python-jupyter-core: Update to 4.7.1.
Date: Tue, 13 Apr 2021 07:51:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2a12cbaaab970bcab09002e952e062da0274f0b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 9 16:13:37 2021 +0200

    gnu: python-jupyter-core: Update to 4.7.1.
    
    * gnu/packages/python-xyz.scm (python-jupyter-core): Update to 4.7.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4754db6..065a400 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7210,14 +7210,14 @@ without using the configuration machinery.")
 (define-public python-jupyter-core
   (package
     (name "python-jupyter-core")
-    (version "4.4.0")
+    (version "4.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append (pypi-uri "jupyter_core" version)))
        (sha256
         (base32
-         "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s"))))
+         "1d12j5hkff0xiax87pnhmzbsph3jqqzhz16h8xld7z2y4armq0kr"))))
     (build-system python-build-system)
     ;; FIXME: not sure how to run the tests
     (arguments `(#:tests? #f))



reply via email to

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