summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 21:27:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 23:02:37 +0100
commitd2b895efee9030c89f91d6893af14c1735e1f8a0 (patch)
tree28b6c4e8373f90f87c00c958cdfabb0bc86312d0
parente5b62da2b98054ab33c4ead3267e46e06f273981 (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 426c9e2267a..3addce3e4ef 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8691,24 +8691,24 @@ the resource usage and performance characteristics of running containers.")
(define-public go-github-com-google-gnostic-models
(package
(name "go-github-com-google-gnostic-models")
- (version "0.6.9")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/google/gnostic-models")
- (commit (string-append "v" version))))
+ (url "https://github.com/google/gnostic-models")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0z170sw1dlspxwbgpzffry5xm8mmcq7kpkrn0zkjzwdnmjhmmdqx"))))
+ (base32 "1xnqzkb25m3q425ld386mb5d34p0wfqnsjy7b5ss2r1mqbr38k6i"))))
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/google/gnostic-models"
- #:skip-build? #t))
+ #:skip-build? #t
+ #:import-path "github.com/google/gnostic-models"))
(propagated-inputs
- (list go-google-golang-org-protobuf
- go-gopkg-in-yaml-v3))
+ (list go-go-yaml-in-yaml-v3
+ go-google-golang-org-protobuf))
(home-page "https://github.com/google/gnostic-models")
(synopsis "Protocol Buffer models for Gnostic")
(description