summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-23 14:28:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:15:02 +0100
commit7c03c4a0b7b7d103660031173afd3f69b973e91d (patch)
treee78912d3d1ddbfdc98386066f695fec3c05e023c /gnu
parenteeb1c6b7e0e4a248f7e58a9eb65ad1a8e40c64ca (diff)
gnu: go-github-com-moby-moby-api: Update to 1.55.0.
* gnu/packages/golang-web.scm (go-github-com-moby-moby-api): Update to 1.55.0. [source] <snippet>: Delete "vendor" directory. [propagated-inputs]: Remove go-github-com-docker-go-connections and go-golang-org-x-time. [native-inputs]: Remove go-github-com-google-go-cmp.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 1a6f67b0a91..d5c676a283e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14760,17 +14760,20 @@ using a netlink socket.")
14760(define-public go-github-com-moby-moby-api 14760(define-public go-github-com-moby-moby-api
14761 (package 14761 (package
14762 (name "go-github-com-moby-moby-api") 14762 (name "go-github-com-moby-moby-api")
14763 (version "1.52.0-beta.1") 14763 (version "1.55.0")
14764 (source 14764 (source
14765 (origin 14765 (origin
14766 (method git-fetch) 14766 (method git-fetch)
14767 (uri (git-reference 14767 (uri (git-reference
14768 (url "https://github.com/moby/moby") 14768 (url "https://github.com/moby/moby")
14769 (commit (go-version->git-ref version 14769 (commit (go-version->git-ref version #:subdir "api"))))
14770 #:subdir "api"))))
14771 (file-name (git-file-name name version)) 14770 (file-name (git-file-name name version))
14772 (sha256 14771 (sha256
14773 (base32 "0dzvs6byzn29qk06kpvr0gwdkznmjl6z4jd52xjwlxhj473gdj3f")))) 14772 (base32 "109avd81qjlzkfq3l6c410qgsh5gyy9lch20d6iq2ys3gknckvbm"))
14773 (modules '((guix build utils)))
14774 (snippet
14775 #~(begin
14776 (delete-file-recursively "vendor")))))
14774 (build-system go-build-system) 14777 (build-system go-build-system)
14775 (arguments 14778 (arguments
14776 (list 14779 (list
@@ -14778,16 +14781,13 @@ using a netlink socket.")
14778 #:import-path "github.com/moby/moby/api" 14781 #:import-path "github.com/moby/moby/api"
14779 #:unpack-path "github.com/moby/moby")) 14782 #:unpack-path "github.com/moby/moby"))
14780 (native-inputs 14783 (native-inputs
14781 (list go-github-com-google-go-cmp 14784 (list go-gotest-tools-v3
14782 go-gotest-tools-v3
14783 go-pgregory-net-rapid)) 14785 go-pgregory-net-rapid))
14784 (propagated-inputs 14786 (propagated-inputs
14785 (list go-github-com-docker-go-connections 14787 (list go-github-com-docker-go-units
14786 go-github-com-docker-go-units
14787 go-github-com-moby-docker-image-spec 14788 go-github-com-moby-docker-image-spec
14788 go-github-com-opencontainers-go-digest 14789 go-github-com-opencontainers-go-digest
14789 go-github-com-opencontainers-image-spec 14790 go-github-com-opencontainers-image-spec))
14790 go-golang-org-x-time))
14791 (home-page "https://github.com/moby/moby") 14791 (home-page "https://github.com/moby/moby")
14792 (synopsis "Docker Engine API") 14792 (synopsis "Docker Engine API")
14793 (description 14793 (description