summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdouard Klein <edk@beaver-labs.com>2020-05-26 11:33:57 +0200
committerGuix Patches Tester <>2020-05-26 10:38:07 +0100
commitf1693061879f1e23f72cf8087d267a14322e436d (patch)
tree6cd259525bcae37de88426aab4f769c56d99aaf3
parent20f524a44b1a9728045be1198ff795697557796c (diff)
downloadguix-patches-f1693061879f1e23f72cf8087d267a14322e436d.tar
guix-patches-f1693061879f1e23f72cf8087d267a14322e436d.tar.gz
gnu: Update python-jupyter-console to 6.1.0
* /gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.1.0.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b359ffc955..9c63d0d5a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9051,14 +9051,14 @@ in the data.")
(define-public python-jupyter-console
(package
(name "python-jupyter-console")
- (version "6.0.0")
+ (version "6.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_console" version))
(sha256
(base32
- "1xdjw11cppf1fxvwkw2bk13ckkwas3bdah8baingn9296mvfi31h"))))
+ "06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ipykernel" ,python-ipykernel)