guix-commits
[Top][All Lists]
Advanced

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

04/29: gnu: python-ipykernel: Update to 5.5.3.


From: guix-commits
Subject: 04/29: gnu: python-ipykernel: Update to 5.5.3.
Date: Tue, 13 Apr 2021 07:51:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 02746ead490ef9bbfd16041bb0d846daa1335c55
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 9 16:19:12 2021 +0200

    gnu: python-ipykernel: Update to 5.5.3.
    
    * gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.5.3.
---
 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 30ab9f3..49d9da2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7282,13 +7282,13 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
 (define-public python-ipykernel
   (package
     (name "python-ipykernel")
-    (version "5.1.3")
+    (version "5.5.3")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "ipykernel" version))
       (sha256
-       (base32 "1a08y677lpn80qzvv7z0smgggmr5m5ayf0bs6vds47xpxl9sss5k"))))
+       (base32 "02f55cjkp5q64x7ikjxznbxwjpkdmfy237b9kg7dk1pxmzvy90m6"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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