mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-google-gnostic-models: Update to 0.7.0.
* gnu/packages/golang-xyz.scm (go-github-com-google-gnostic-models): Update to 0.7.0. [propagated-inputs]: Remove go-gopkg-in-yaml-v3; add go-go-yaml-in-yaml-v3. Change-Id: I48e3362d928de535ea17cdc240a58a6897607443
This commit is contained in:
parent
e5b62da2b9
commit
d2b895efee
1 changed files with 8 additions and 8 deletions
|
@ -8691,24 +8691,24 @@ the resource usage and performance characteristics of running containers.")
|
||||||
(define-public go-github-com-google-gnostic-models
|
(define-public go-github-com-google-gnostic-models
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-gnostic-models")
|
(name "go-github-com-google-gnostic-models")
|
||||||
(version "0.6.9")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/google/gnostic-models")
|
(url "https://github.com/google/gnostic-models")
|
||||||
(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 "0z170sw1dlspxwbgpzffry5xm8mmcq7kpkrn0zkjzwdnmjhmmdqx"))))
|
(base32 "1xnqzkb25m3q425ld386mb5d34p0wfqnsjy7b5ss2r1mqbr38k6i"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/google/gnostic-models"
|
#:skip-build? #t
|
||||||
#:skip-build? #t))
|
#:import-path "github.com/google/gnostic-models"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-google-golang-org-protobuf
|
(list go-go-yaml-in-yaml-v3
|
||||||
go-gopkg-in-yaml-v3))
|
go-google-golang-org-protobuf))
|
||||||
(home-page "https://github.com/google/gnostic-models")
|
(home-page "https://github.com/google/gnostic-models")
|
||||||
(synopsis "Protocol Buffer models for Gnostic")
|
(synopsis "Protocol Buffer models for Gnostic")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue