diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-06-16 05:02:15 -0400 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-17 23:28:16 +0100 |
| commit | 642b5dd92e99c9ac2ced168f595fb01c389ad761 (patch) | |
| tree | e214320671bbe7a104376d00463cb7b08673d18b /gnu/packages/virtualization.scm | |
| parent | 7204cb2b65ab97dd7d0cad3efe438600d9583761 (diff) | |
gnu: skopeo: Update to 1.23.0.
The Skopeo project has moved from <https://github.com/containers/skopeo>
to <https://github.com/podman-container-tools/skopeo>.
* gnu/packages/virtualization.scm (skopeo): Update to 1.23.0.
[source]<url>: Update repository url.
[native-inputs]: Update go-1.24 to go (1.25).
[home-page]: Update URL.
Merges: guix/guix!9333
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index fef0f9e4990..5e597a6ef5f 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -2620,19 +2620,19 @@ Open Container Initiative (OCI) image layout and its tagged images.") | |||
| 2620 | (define-public skopeo | 2620 | (define-public skopeo |
| 2621 | (package | 2621 | (package |
| 2622 | (name "skopeo") | 2622 | (name "skopeo") |
| 2623 | (version "1.22.2") | 2623 | (version "1.23.0") |
| 2624 | (source (origin | 2624 | (source (origin |
| 2625 | (method git-fetch) | 2625 | (method git-fetch) |
| 2626 | (uri (git-reference | 2626 | (uri (git-reference |
| 2627 | (url "https://github.com/containers/skopeo") | 2627 | (url "https://github.com/podman-container-tools/skopeo") |
| 2628 | (commit (string-append "v" version)))) | 2628 | (commit (string-append "v" version)))) |
| 2629 | (file-name (git-file-name name version)) | 2629 | (file-name (git-file-name name version)) |
| 2630 | (sha256 | 2630 | (sha256 |
| 2631 | (base32 | 2631 | (base32 |
| 2632 | "05ag8rj2w6p78llhiwb2h460nf0vn7mppaara6l1dcb84sycj8jg")))) | 2632 | "0l83k5gj5dx26wx200y61xcxxhxccwdqnj2r7xfs0h8fh56pmfvj")))) |
| 2633 | (build-system gnu-build-system) | 2633 | (build-system gnu-build-system) |
| 2634 | (native-inputs | 2634 | (native-inputs |
| 2635 | (list go-1.24 | 2635 | (list go |
| 2636 | go-md2man | 2636 | go-md2man |
| 2637 | pkg-config)) | 2637 | pkg-config)) |
| 2638 | (inputs | 2638 | (inputs |
| @@ -2675,7 +2675,7 @@ Open Container Initiative (OCI) image layout and its tagged images.") | |||
| 2675 | `("PATH" suffix | 2675 | `("PATH" suffix |
| 2676 | ;; We need at least newuidmap, newgidmap and mount. | 2676 | ;; We need at least newuidmap, newgidmap and mount. |
| 2677 | ("/run/privileged/bin")))))))) | 2677 | ("/run/privileged/bin")))))))) |
| 2678 | (home-page "https://github.com/containers/skopeo") | 2678 | (home-page "https://github.com/podman-container-tools/skopeo") |
| 2679 | (synopsis "Interact with container images and container image registries") | 2679 | (synopsis "Interact with container images and container image registries") |
| 2680 | (description | 2680 | (description |
| 2681 | "@command{skopeo} is a command line utility providing various operations | 2681 | "@command{skopeo} is a command line utility providing various operations |
