guix_mirror_bot pushed a commit to branch go-team in repository guix. commit d97840125db975c59dd1e183b4ddd449e909d45b Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 14:14:38 2025 +0100
gnu: go-sigs-k8s-io-structured-merge-diff-v4: Update to 4.7.0. * gnu/packages/golang-xyz.scm (go-sigs-k8s-io-structured-merge-diff-v4): Update to 4.7.0. [arguments] <skip-build?>: Project's root provides no go files. [propagated-inputs]: Remove go-github-com-google-gofuzz. [native-inputs]: Add go-sigs-k8s-io-randfill. Change-Id: I953190d037ae3b4f1f5d7c954ae38c90d3e94759 --- gnu/packages/golang-xyz.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f008c8bd4b..c45f1536fa 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -21321,7 +21321,7 @@ unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.") (define-public go-sigs-k8s-io-structured-merge-diff-v4 (package (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.5.0") + (version "4.7.0") (source (origin (method git-fetch) @@ -21330,17 +21330,16 @@ unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xgi3r2xvwvxy6jc6rd5rrnib4y9b4kgpqphm4lkhgaayy3njwv3")))) + (base32 "001h7lsnnglwj2nbbfhkmyfrym0y2dpwbfc6kqa3spl1dbl2lgac")))) (build-system go-build-system) (arguments (list - #:import-path "sigs.k8s.io/structured-merge-diff/v4" - #:phases - #~(modify-phases %standard-phases - (delete 'build)))) ; no go files in project's root + #:skip-build? #t + #:import-path "sigs.k8s.io/structured-merge-diff/v4")) + (native-inputs + (list go-sigs-k8s-io-randfill)) (propagated-inputs (list go-github-com-google-go-cmp - go-github-com-google-gofuzz go-github-com-json-iterator-go go-sigs-k8s-io-yaml)) (home-page "https://github.com/kubernetes-sigs/structured-merge-diff")