gnu: guix-jupyter: Update to 0.2.1.

* gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.1.
This commit is contained in:
Ludovic Courtès 2021-01-25 12:04:04 +01:00 committed by Ludovic Courtès
parent 3080a6e7a0
commit 90a6ce0b18
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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