diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-12 12:33:11 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-12 12:34:39 +0000 |
| commit | f5b7e394475f1b5dfbaaa77d71df00619972846c (patch) | |
| tree | 6b949f326602ed03b5afd46fb6485c220d068a8e /gnu/packages/virtualization.scm | |
| parent | 5337a43715787c68342c30e06c58acfb81b14e83 (diff) | |
gnu: umoci: Update to 0.6.0.
* gnu/packages/virtualization.scm (umoci): Update to 0.6.0.
[native-inputs]: Remove go-github-com-opencontainers-image-spec-1.0.2,
and go-github-com-vbatts-go-mtree; add
go-github-com-containerd-platforms, go-github-com-cyphar-go-mtree, and
go-github-com-opencontainers-image-spec.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-go-mtree): New variable.
(go-github-com-opencontainers-image-spec-1.0.2): Delete variable.
Change-Id: I2145fb3414eef0be5e563fab9d34b5f35574c696
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 4b353c524f5..ea661b6d638 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -2444,7 +2444,7 @@ Open Container Initiative specification.") | |||
| 2444 | (define-public umoci | 2444 | (define-public umoci |
| 2445 | (package | 2445 | (package |
| 2446 | (name "umoci") | 2446 | (name "umoci") |
| 2447 | (version "0.5.1") | 2447 | (version "0.6.0") |
| 2448 | (source | 2448 | (source |
| 2449 | (origin | 2449 | (origin |
| 2450 | (method git-fetch) | 2450 | (method git-fetch) |
| @@ -2453,7 +2453,7 @@ Open Container Initiative specification.") | |||
| 2453 | (commit (string-append "v" version)))) | 2453 | (commit (string-append "v" version)))) |
| 2454 | (file-name (git-file-name name version)) | 2454 | (file-name (git-file-name name version)) |
| 2455 | (sha256 | 2455 | (sha256 |
| 2456 | (base32 "0446xw8jrxgf2vgi30vlihak6z9srzbkzvm4v47nm0c87fijmigs")) | 2456 | (base32 "0m50x2q2h34g6sh786blf8r9wh098yzgwnicdlx0cgsqqwjsn0ia")) |
| 2457 | (snippet | 2457 | (snippet |
| 2458 | #~(begin | 2458 | #~(begin |
| 2459 | (use-modules (guix build utils)) | 2459 | (use-modules (guix build utils)) |
| @@ -2476,11 +2476,13 @@ Open Container Initiative specification.") | |||
| 2476 | "-X github.com/opencontainers/umoci.version=" | 2476 | "-X github.com/opencontainers/umoci.version=" |
| 2477 | #$version)))) | 2477 | #$version)))) |
| 2478 | ;; TODO: build manpages from <doc/man> with 'go-md2man'. | 2478 | ;; TODO: build manpages from <doc/man> with 'go-md2man'. |
| 2479 | (native-inputs | 2479 | (propagated-inputs |
| 2480 | (list go-github-com-adalogics-go-fuzz-headers | 2480 | (list go-github-com-adalogics-go-fuzz-headers |
| 2481 | go-github-com-apex-log | 2481 | go-github-com-apex-log |
| 2482 | go-github-com-blang-semver-v4 | 2482 | go-github-com-blang-semver-v4 |
| 2483 | go-github-com-containerd-platforms | ||
| 2483 | go-github-com-cyphar-filepath-securejoin | 2484 | go-github-com-cyphar-filepath-securejoin |
| 2485 | go-github-com-cyphar-go-mtree | ||
| 2484 | go-github-com-docker-go-units | 2486 | go-github-com-docker-go-units |
| 2485 | go-github-com-klauspost-compress | 2487 | go-github-com-klauspost-compress |
| 2486 | go-github-com-klauspost-pgzip | 2488 | go-github-com-klauspost-pgzip |
| @@ -2488,12 +2490,11 @@ Open Container Initiative specification.") | |||
| 2488 | go-github-com-moby-sys-userns | 2490 | go-github-com-moby-sys-userns |
| 2489 | go-github-com-mohae-deepcopy | 2491 | go-github-com-mohae-deepcopy |
| 2490 | go-github-com-opencontainers-go-digest | 2492 | go-github-com-opencontainers-go-digest |
| 2491 | go-github-com-opencontainers-image-spec-1.0.2 | 2493 | go-github-com-opencontainers-image-spec |
| 2492 | go-github-com-opencontainers-runtime-spec | 2494 | go-github-com-opencontainers-runtime-spec |
| 2493 | go-github-com-rootless-containers-proto-go-proto | 2495 | go-github-com-rootless-containers-proto-go-proto |
| 2494 | go-github-com-stretchr-testify | 2496 | go-github-com-stretchr-testify |
| 2495 | go-github-com-urfave-cli | 2497 | go-github-com-urfave-cli |
| 2496 | go-github-com-vbatts-go-mtree | ||
| 2497 | go-golang-org-x-sys | 2498 | go-golang-org-x-sys |
| 2498 | go-google-golang-org-protobuf)) | 2499 | go-google-golang-org-protobuf)) |
| 2499 | (home-page "https://umo.ci/") | 2500 | (home-page "https://umo.ci/") |
