mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
03af506e47
commit
91f3bd23e4
1 changed files with 6 additions and 7 deletions
|
@ -22529,7 +22529,7 @@ unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.")
|
||||||
(define-public go-sigs-k8s-io-structured-merge-diff-v4
|
(define-public go-sigs-k8s-io-structured-merge-diff-v4
|
||||||
(package
|
(package
|
||||||
(name "go-sigs-k8s-io-structured-merge-diff-v4")
|
(name "go-sigs-k8s-io-structured-merge-diff-v4")
|
||||||
(version "4.5.0")
|
(version "4.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22538,17 +22538,16 @@ unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xgi3r2xvwvxy6jc6rd5rrnib4y9b4kgpqphm4lkhgaayy3njwv3"))))
|
(base32 "001h7lsnnglwj2nbbfhkmyfrym0y2dpwbfc6kqa3spl1dbl2lgac"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "sigs.k8s.io/structured-merge-diff/v4"
|
#:skip-build? #t
|
||||||
#:phases
|
#:import-path "sigs.k8s.io/structured-merge-diff/v4"))
|
||||||
#~(modify-phases %standard-phases
|
(native-inputs
|
||||||
(delete 'build)))) ; no go files in project's root
|
(list go-sigs-k8s-io-randfill))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-google-go-cmp
|
(list go-github-com-google-go-cmp
|
||||||
go-github-com-google-gofuzz
|
|
||||||
go-github-com-json-iterator-go
|
go-github-com-json-iterator-go
|
||||||
go-sigs-k8s-io-yaml))
|
go-sigs-k8s-io-yaml))
|
||||||
(home-page "https://github.com/kubernetes-sigs/structured-merge-diff")
|
(home-page "https://github.com/kubernetes-sigs/structured-merge-diff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue