guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: guix-jupyter: Update to 0.2.2.


From: guix-commits
Subject: 01/05: gnu: guix-jupyter: Update to 0.2.2.
Date: Mon, 26 Jul 2021 13:43:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 599b173b11cc29b77f7463566ef6168f7e34b510
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 26 18:40:55 2021 +0200

    gnu: guix-jupyter: Update to 0.2.2.
    
    * gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.2.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 15ff607..b068c48 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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



reply via email to

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