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
06630f351d
commit
96bf131533
1 changed files with 2 additions and 2 deletions
|
@ -1073,7 +1073,7 @@ version to the original file.")
|
||||||
(define-public repo2docker
|
(define-public repo2docker
|
||||||
(package
|
(package
|
||||||
(name "repo2docker")
|
(name "repo2docker")
|
||||||
(version "2024.03.0")
|
(version "2024.07.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1082,7 +1082,7 @@ version to the original file.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bcnl91j6p3315lk2mmn02jq6mjsn68m9rcw5rkln4c9fx1160rx"))))
|
"1fg71bldvfiln8h91sca4bjhwk7vdh80rhf0514qk6vqpikpx4cb"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue