guix_mirror_bot pushed a commit to branch master in repository guix. commit 8f7837e104cd26c94a0b938afe4047a7282bada7 Author: Ludovic Courtès <l...@gnu.org> AuthorDate: Fri Sep 26 21:43:16 2025 +0200
gnu: guix-jupyter: Update to 0.3.1. * gnu/packages/package-management.scm (guix-jupyter): Update to 0.3.1. Change-Id: I784c1fe10006c587d32b0b0bb1cb0f3677335ca9 --- 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 4fa251d629..9b0c4f1857 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -1931,7 +1931,7 @@ This package just includes the agent component."))) (define-public guix-jupyter (package (name "guix-jupyter") - (version "0.3.0") + (version "0.3.1") (home-page "https://codeberg.org/guix-science/guix-jupyter") (source (origin (method git-fetch) @@ -1939,7 +1939,7 @@ This package just includes the agent component."))) (commit (string-append "v" version)))) (sha256 (base32 - "0cvjxv60la2bqmwb7m2bfpvjy8hx1hmjk2qy9wfzaffcabgr0x44")) + "1yvrmaj4qcb9vn2nfjz1q0cil830hvmxpp8cgi76aylbnv36aask")) (file-name (string-append "guix-jupyter-" version "-checkout")))) (build-system gnu-build-system) (arguments