guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-ipykernel: Update to 5.1.1.


From: guix-commits
Subject: 03/04: gnu: python-ipykernel: Update to 5.1.1.
Date: Tue, 18 Jun 2019 08:22:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82110deadb52d5ae56eb177fde40fbe2caae95cf
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 18 14:14:47 2019 +0200

    gnu: python-ipykernel: Update to 5.1.1.
    
    * gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.1.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 a2abf36..0dd761c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5005,13 +5005,13 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
 (define-public python-ipykernel
   (package
     (name "python-ipykernel")
-    (version "5.1.0")
+    (version "5.1.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "ipykernel" version))
       (sha256
-       (base32 "0br95qhrd5k65g10djngiy27hs0642301hlf2q142i8djabvzh0g"))))
+       (base32 "173nm29g85w8cac3fg40b27qaq26g41wgg6qn79ql1hq4w2n5sgh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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