guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 143c8855be1dace4203f53fc897cf0ce253108f1
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Jul 11 11:13:23 2025 +0100

    gnu: repo2docker: Update to 2024.07.0.
    
    * gnu/packages/jupyter.scm (repo2docker): Update to 2024.07.0.
    
    Change-Id: I5c0bea8245b6072b85c5c3cb901a8c6c86056276
---
 gnu/packages/jupyter.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 5450a4fd9a..15bd9caf16 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1071,7 +1071,7 @@ version to the original file.")
 (define-public repo2docker
   (package
     (name "repo2docker")
-    (version "2024.03.0")
+    (version "2024.07.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1080,7 +1080,7 @@ version to the original file.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bcnl91j6p3315lk2mmn02jq6mjsn68m9rcw5rkln4c9fx1160rx"))))
+                "1fg71bldvfiln8h91sca4bjhwk7vdh80rhf0514qk6vqpikpx4cb"))))
     (outputs '("out" "doc"))
     (build-system pyproject-build-system)
     (arguments

Reply via email to