mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: repo2docker: Update to 2024.07.0.
* gnu/packages/jupyter.scm (repo2docker): Update to 2024.07.0. Change-Id: I5c0bea8245b6072b85c5c3cb901a8c6c86056276
This commit is contained in:
parent
7c51949304
commit
c2e82ab674
1 changed files with 2 additions and 2 deletions
|
@ -1073,7 +1073,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
|
||||
|
@ -1082,7 +1082,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue