diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-23 14:08:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:15:01 +0100 |
| commit | eeb1c6b7e0e4a248f7e58a9eb65ad1a8e40c64ca (patch) | |
| tree | f7150bc76d000cb0d07de90855fa93bf8e80a17e /gnu | |
| parent | 4ed09bc8bead95a4d4a40aea56f6cc57410a8028 (diff) | |
gnu: go-github-com-docker-cli: Update to 28.5.2.
* gnu/packages/golang-xyz.scm (go-github-com-docker-cli): Update to 28.5.2.
[arguments] <tests, test-subdirs>: Enable the most of the tests.
[propagated-inputs]: Remove go-github-com-mitchellh-mapstructure, and
go-gopkg-in-yaml-v2; add go-dario-cat-mergo,
go-github-com-containerd-errdefs, go-github-com-containerd-log,
go-github-com-containerd-platforms, go-github-com-creack-pty,
go-github-com-distribution-reference, go-github-com-docker-distribution,
go-github-com-docker-docker, go-github-com-docker-go-connections,
go-github-com-docker-go-units, go-github-com-go-jose-go-jose-v4,
go-github-com-go-viper-mapstructure-v2, go-github-com-gogo-protobuf,
go-github-com-google-uuid, go-github-com-mattn-go-runewidth,
go-github-com-moby-go-archive, go-github-com-moby-patternmatcher,
go-github-com-moby-swarmkit-v2, go-github-com-moby-sys-atomicwriter,
go-github-com-moby-sys-capability, go-github-com-moby-sys-sequential,
go-github-com-moby-sys-signal, go-github-com-moby-sys-symlink,
go-github-com-moby-term, go-github-com-morikuni-aec,
go-github-com-opencontainers-go-digest,
go-github-com-opencontainers-image-spec, go-github-com-pkg-browser,
go-github-com-sirupsen-logrus, go-github-com-tonistiigi-go-rosetta,
go-github-com-xeipuuv-gojsonschema,
go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp,
go-go-opentelemetry-io-otel,
go-go-opentelemetry-io-otel-exporters-otlp-otlpmetric-otlpmetricgrpc,
go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracegrpc,
go-go-opentelemetry-io-otel-metric, go-go-opentelemetry-io-otel-sdk,
go-go-opentelemetry-io-otel-sdk-metric,
go-go-opentelemetry-io-otel-trace, go-golang-org-x-sync,
go-golang-org-x-sys, go-golang-org-x-term, go-golang-org-x-text,
go-gopkg-in-yaml-v3, go-gotest-tools-v3, and
go-tags-cncf-io-container-device-interface.
[native-inputs]: Add go-github-com-cpuguy83-go-md2man-v2,
go-github-com-docker-cli-docs-tool, go-github-com-google-go-cmp,
go-github-com-spf13-cobra, and go-github-com-spf13-pflag.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 84 |
1 files changed, 77 insertions, 7 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2bddf632e23..74e3e4e0b9f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -9938,7 +9938,7 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") | |||
| 9938 | (define-public go-github-com-docker-cli | 9938 | (define-public go-github-com-docker-cli |
| 9939 | (package | 9939 | (package |
| 9940 | (name "go-github-com-docker-cli") | 9940 | (name "go-github-com-docker-cli") |
| 9941 | (version "25.0.7") | 9941 | (version "28.5.2") |
| 9942 | (source | 9942 | (source |
| 9943 | (origin | 9943 | (origin |
| 9944 | (method git-fetch) | 9944 | (method git-fetch) |
| @@ -9947,7 +9947,7 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") | |||
| 9947 | (commit (string-append "v" version)))) | 9947 | (commit (string-append "v" version)))) |
| 9948 | (file-name (git-file-name name version)) | 9948 | (file-name (git-file-name name version)) |
| 9949 | (sha256 | 9949 | (sha256 |
| 9950 | (base32 "0gaz2pkivky94z8148aa27kdxn548j3r96xa3a9xfqpi6b1rhy27")) | 9950 | (base32 "1ylbfk60qcr0hinmsjmhyn3g3wwa2jfi53is0cl9lk57yym1np6p")) |
| 9951 | (snippet | 9951 | (snippet |
| 9952 | #~(begin | 9952 | #~(begin |
| 9953 | (use-modules (guix build utils)) | 9953 | (use-modules (guix build utils)) |
| @@ -9955,17 +9955,87 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") | |||
| 9955 | (build-system go-build-system) | 9955 | (build-system go-build-system) |
| 9956 | (arguments | 9956 | (arguments |
| 9957 | (list | 9957 | (list |
| 9958 | #:skip-build? #t | ||
| 9958 | #:import-path "github.com/docker/cli" | 9959 | #:import-path "github.com/docker/cli" |
| 9959 | #:embed-files #~(list ".*\\.json") | 9960 | #:embed-files #~(list ".*\\.json") |
| 9960 | #:skip-build? #t | 9961 | #:test-subdirs |
| 9961 | #:tests? #f)) | 9962 | ;; Remove when updated to the latest version. |
| 9963 | #~(list "cli" "opts" "cli/debug" "cli/flags" "cli/hints" "templates" | ||
| 9964 | "cli/config" "pkg/kvfile" "cli/command" "cli/connhelper" | ||
| 9965 | "cli/context/store" "cli-plugins/hooks" "internal/registry" | ||
| 9966 | "cli/compose/loader" "cli/compose/schema" "cli/connhelper/ssh" | ||
| 9967 | "cli-plugins/plugin" "cli-plugins/socket" | ||
| 9968 | "internal/oauth/api" "cli/command/inspect" | ||
| 9969 | "internal/jsonstream" "internal/lazyregexp" | ||
| 9970 | "internal/logdetails" "internal/volumespec" | ||
| 9971 | "cli/compose/template" "cli/config/configfile" | ||
| 9972 | "cli/command/completion" "cli/command/idresolver" | ||
| 9973 | "cli/config/credentials" "cli/config/memorystore" | ||
| 9974 | "internal/oauth/manager" "cli/command/image/build" | ||
| 9975 | "cli/command/stack/loader" "cli/compose/interpolation" | ||
| 9976 | "cli/connhelper/commandconn" "cli/command/stack/formatter" | ||
| 9977 | "cli/command/service/progress" "cli/command/formatter/tabwriter" | ||
| 9978 | "cli/command/image/build/internal/urlutil"))) | ||
| 9979 | (native-inputs | ||
| 9980 | (list go-github-com-cpuguy83-go-md2man-v2 | ||
| 9981 | go-github-com-docker-cli-docs-tool | ||
| 9982 | go-github-com-google-go-cmp | ||
| 9983 | go-github-com-spf13-cobra | ||
| 9984 | go-github-com-spf13-pflag)) | ||
| 9962 | (propagated-inputs | 9985 | (propagated-inputs |
| 9963 | (list go-github-com-docker-docker-credential-helpers | 9986 | (list go-dario-cat-mergo |
| 9987 | go-github-com-containerd-errdefs | ||
| 9988 | go-github-com-containerd-log | ||
| 9989 | go-github-com-containerd-platforms | ||
| 9990 | go-github-com-creack-pty | ||
| 9991 | go-github-com-distribution-reference | ||
| 9992 | go-github-com-docker-distribution | ||
| 9993 | go-github-com-docker-docker | ||
| 9994 | go-github-com-docker-docker-credential-helpers | ||
| 9995 | go-github-com-docker-go-connections | ||
| 9996 | go-github-com-docker-go-units | ||
| 9964 | go-github-com-fvbommel-sortorder | 9997 | go-github-com-fvbommel-sortorder |
| 9998 | go-github-com-go-jose-go-jose-v4 | ||
| 9999 | go-github-com-go-viper-mapstructure-v2 | ||
| 10000 | go-github-com-gogo-protobuf | ||
| 9965 | go-github-com-google-shlex | 10001 | go-github-com-google-shlex |
| 9966 | go-github-com-mitchellh-mapstructure | 10002 | go-github-com-google-uuid |
| 10003 | go-github-com-mattn-go-runewidth | ||
| 10004 | go-github-com-moby-go-archive | ||
| 10005 | go-github-com-moby-patternmatcher | ||
| 10006 | go-github-com-moby-swarmkit-v2 | ||
| 10007 | go-github-com-moby-sys-atomicwriter | ||
| 10008 | go-github-com-moby-sys-capability | ||
| 10009 | go-github-com-moby-sys-sequential | ||
| 10010 | go-github-com-moby-sys-signal | ||
| 10011 | go-github-com-moby-sys-symlink | ||
| 10012 | go-github-com-moby-term | ||
| 10013 | go-github-com-morikuni-aec | ||
| 10014 | go-github-com-opencontainers-go-digest | ||
| 10015 | go-github-com-opencontainers-image-spec | ||
| 10016 | go-github-com-pkg-browser | ||
| 9967 | go-github-com-pkg-errors | 10017 | go-github-com-pkg-errors |
| 9968 | go-gopkg-in-yaml-v2)) | 10018 | go-github-com-sirupsen-logrus |
| 10019 | ;; Archived, see: | ||
| 10020 | ;; <https://github.com/notaryproject/notary/issues/1709>. | ||
| 10021 | ;; go-github-com-theupdateframework-notary | ||
| 10022 | go-github-com-tonistiigi-go-rosetta | ||
| 10023 | go-github-com-xeipuuv-gojsonschema | ||
| 10024 | go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp | ||
| 10025 | go-go-opentelemetry-io-otel | ||
| 10026 | go-go-opentelemetry-io-otel-exporters-otlp-otlpmetric-otlpmetricgrpc | ||
| 10027 | go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracegrpc | ||
| 10028 | go-go-opentelemetry-io-otel-metric | ||
| 10029 | go-go-opentelemetry-io-otel-sdk | ||
| 10030 | go-go-opentelemetry-io-otel-sdk-metric | ||
| 10031 | go-go-opentelemetry-io-otel-trace | ||
| 10032 | go-golang-org-x-sync | ||
| 10033 | go-golang-org-x-sys | ||
| 10034 | go-golang-org-x-term | ||
| 10035 | go-golang-org-x-text | ||
| 10036 | go-gopkg-in-yaml-v3 | ||
| 10037 | go-gotest-tools-v3 | ||
| 10038 | go-tags-cncf-io-container-device-interface)) | ||
| 9969 | (home-page "https://github.com/docker/cli") | 10039 | (home-page "https://github.com/docker/cli") |
| 9970 | (synopsis "Docker command-line interface") | 10040 | (synopsis "Docker command-line interface") |
| 9971 | (description "This repository is the home of the Docker command-line | 10041 | (description "This repository is the home of the Docker command-line |
