gnu: guix-jupyter: Update to 0.2.2.

* gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.2.
This commit is contained in:
Ludovic Courtès 2021-07-26 18:40:55 +02:00
parent 456776e1ea
commit 599b173b11
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1159,7 +1159,7 @@ outputs of those builds.")
(define-public guix-jupyter
(package
(name "guix-jupyter")
(version "0.2.1")
(version "0.2.2")
(home-page "https://gitlab.inria.fr/guix-hpc/guix-kernel")
(source (origin
(method git-fetch)
@ -1167,7 +1167,7 @@ outputs of those builds.")
(commit (string-append "v" version))))
(sha256
(base32
"1kqwfp5h95s6mirq5nbydsbmlhsinn32grz1ld5mbxvhl6sn2i0j"))
"17m6970wnvwlbarq4gxz5bakhzyhq5ch8qd8jw55ydccpv6473kq"))
(file-name (string-append "guix-jupyter-" version "-checkout"))))
(build-system gnu-build-system)
(arguments